aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-27 16:41:33 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-27 16:41:33 +0000
commitf69aa84636d008ca7fe18c834c71670ff82d5fee (patch)
tree0b95c738af4f2d1c654a066a88ab4329bcd36a23 /gtk/about_dlg.c
parentbca8b528dbc8b8d7f9e74cddfa4da7766fa3b507 (diff)
Don't point to the manpage for the list of authors, it's in the about dialog now
svn path=/trunk/; revision=11014
Diffstat (limited to 'gtk/about_dlg.c')
-rw-r--r--gtk/about_dlg.c7
1 files 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 <ulf.lamping@web.de>
*
@@ -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);