aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-28 01:12:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-28 01:12:41 +0000
commit7e6997da5b929e5674060e71e618cc2ba5d245ae (patch)
tree9282e60d823b10e81a69fcb67ccd4ec0acbba553 /epan/prefs.c
parent74f365e59e1b1ce551044f92a8a15de40cd10b6e (diff)
Backing out r33631 for now - it has a number of issues.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33646 f5534014-38df-0310-8fa8-9805f1628bb7
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");