replaced hardcoded email address with generic PACKAGE_BUGREPORT
authorArun Persaud <arun@nubati.net>
Sun, 24 Apr 2011 18:17:43 +0000 (11:17 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 24 Apr 2011 18:17:43 +0000 (11:17 -0700)
xboard.c

index 0e953f8..6542dc7 100644 (file)
--- 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 */