add information about our webpage and were to report bugs into the help menu
authorArun Persaud <arun@nubati.net>
Mon, 27 Feb 2012 02:55:10 +0000 (18:55 -0800)
committerArun Persaud <arun@nubati.net>
Mon, 27 Feb 2012 03:01:34 +0000 (19:01 -0800)
xboard.c

index 8e5c49b..84e0aec 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -6675,7 +6675,11 @@ _("%s%s\n\n"
 "Enhancements Copyright 1992-2012 Free Software Foundation\n"
 "Enhancements Copyright 2005 Alessandro Scotti\n\n"
 "%s is free software and carries NO WARRANTY;"
-"see the file COPYING for more information."),
+"see the file COPYING for more information.\n\n"
+"Visit XBoard on the web at: http://www.gnu.org/software/xboard/\n"
+"Check out the newest features at: http://www.gnu.org/software/xboard/whats_new.html\n\n"
+"Report bugs via email at: <bug-xboard@gnu.org>\n\n"
+  ),
            programVersion, zippy, PACKAGE);
     ErrorPopUp(_("About XBoard"), buf, FALSE);
 }