From c2c8acae352bbda3afdfce9dbb78a5390e8885d8 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 24 Apr 2011 11:17:43 -0700 Subject: [PATCH] replaced hardcoded email address with generic PACKAGE_BUGREPORT --- xboard.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 1.7.0.4