From f69aa84636d008ca7fe18c834c71670ff82d5fee Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 27 May 2004 16:41:33 +0000 Subject: [PATCH] Don't point to the manpage for the list of authors, it's in the about dialog now svn path=/trunk/; revision=11014 --- gtk/about_dlg.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c index 365e8ae757..483d0964fa 100644 --- a/gtk/about_dlg.c +++ b/gtk/about_dlg.c @@ -1,6 +1,6 @@ /* about_dlg.c * - * $Id: about_dlg.c,v 1.11 2004/05/23 17:37:36 ulfl Exp $ + * $Id: about_dlg.c,v 1.12 2004/05/27 16:41:33 ulfl Exp $ * * Ulf Lamping * @@ -97,10 +97,7 @@ about_ethereal_page_new(void) "Ethereal is Open Source Software released under the GNU General Public License.\n\n" - "Check the man page for complete documentation and\n" - "for the list of contributors.\n\n" - - "See http://www.ethereal.com for more information.", + "Check the man page and http://www.ethereal.com for more information.", comp_info_str->str, runtime_info_str->str); msg_label = gtk_label_new(message);