From deae609c44e6d721492c7aa732a45f06851cdaf9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 28 Jul 2010 01:12:41 +0000 Subject: Backing out r33631 for now - it has a number of issues. svn path=/trunk/; revision=33646 --- epan/prefs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/prefs.c') diff --git a/epan/prefs.c b/epan/prefs.c index 256d557030..532a843247 100644 --- a/epan/prefs.c +++ b/epan/prefs.c @@ -2979,8 +2979,7 @@ write_prefs(char **pf_path_return) fprintf(pf, PRS_GUI_START_TITLE ": %s\n", prefs.gui_start_title); - fprintf(pf, "\n# Show version in start page and main window's title bar.\n"); - fprintf(pf, "# This can be useful for keeping track of custom builds.\n"); + fprintf(pf, "\n# Show version in start page, can be useful in custom builds.\n"); fprintf(pf, "# TRUE or FALSE (case-insensitive).\n"); fprintf(pf, PRS_GUI_VERSION_IN_START_PAGE ": %s\n", prefs.gui_version_in_start_page == TRUE ? "TRUE" : "FALSE"); -- cgit v1.2.1