aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-15 15:40:30 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-29 18:01:27 +0000
commit936359053ab736360f12603b66e44500d70cc50c (patch)
treed80ed1358180196ed0467921c68582d9a9e542e8 /epan/prefs.h
parent6c42a103e81feef35c9a35571c5866ae644279cc (diff)
Qt: Add gui.prepend_window_title option
Bug: 11102 Change-Id: I659b6be4652a65542c217370e01340e4696c0e31 Reviewed-on: https://code.wireshark.org/review/12653 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index b02a2b0c45..ca5c389779 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -182,6 +182,7 @@ typedef struct _e_prefs {
gboolean gui_use_pref_save;
gchar *gui_webbrowser;
gchar *gui_window_title;
+ gchar *gui_prepend_window_title;
gchar *gui_start_title;
version_info_e gui_version_placement;
gboolean gui_auto_scroll_on_expand;