From: Arun Persaud Date: Mon, 27 Feb 2012 02:55:10 +0000 (-0800) Subject: add information about our webpage and were to report bugs into the help menu X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=bee1e339085a7b642ff775a038ba69cab0a47036;p=xboard.git add information about our webpage and were to report bugs into the help menu --- diff --git a/xboard.c b/xboard.c index 8e5c49b..84e0aec 100644 --- 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: \n\n" + ), programVersion, zippy, PACKAGE); ErrorPopUp(_("About XBoard"), buf, FALSE); }