From bee1e339085a7b642ff775a038ba69cab0a47036 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 26 Feb 2012 18:55:10 -0800 Subject: [PATCH] add information about our webpage and were to report bugs into the help menu --- xboard.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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); } -- 1.7.0.4