summaryrefslogtreecommitdiff
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-07-28 01:12:41 +0000
committerGuy Harris <guy@alum.mit.edu>2010-07-28 01:12:41 +0000
commitdeae609c44e6d721492c7aa732a45f06851cdaf9 (patch)
tree9282e60d823b10e81a69fcb67ccd4ec0acbba553 /epan/prefs.c
parente826e0f567fc74974791586a3879b864556852f2 (diff)
downloadwireshark-deae609c44e6d721492c7aa732a45f06851cdaf9.tar.gz
Backing out r33631 for now - it has a number of issues.
svn path=/trunk/; revision=33646
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c3
1 files changed, 1 insertions, 2 deletions
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");