From: Arun Persaud Date: Sun, 24 Apr 2011 18:17:43 +0000 (-0700) Subject: replaced hardcoded email address with generic PACKAGE_BUGREPORT X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=c2c8acae352bbda3afdfce9dbb78a5390e8885d8;p=xboard.git replaced hardcoded email address with generic PACKAGE_BUGREPORT --- diff --git a/xboard.c b/xboard.c index 0e953f8..6542dc7 100644 --- a/xboard.c +++ b/xboard.c @@ -1266,8 +1266,8 @@ xpm_closest_to(dirname, size, ext) fprintf(stderr, _("\ Warning: No DIR structure found on this system --\n\ Unable to autosize for XPM/XIM pieces.\n\ - Please report this error to frankm@hiwaay.net.\n\ - Include system type & operating system in message.\n")); + Please report this error to %s.\n\ + Include system type & operating system in message.\n"), PACKAGE_BUGREPORT);); return size; } #endif /* HAVE_DIR_STRUCT */