aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-15 12:12:27 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-29 18:00:47 +0000
commit6c42a103e81feef35c9a35571c5866ae644279cc (patch)
tree2e0c390c7d69e7dce8cff03fc0cfdad47da1d24f /wireshark-qt.cpp
parentf145108f5ead2bf764c50e6a6b27ce418d185ea5 (diff)
Qt: Add support of gui.window_title
Ping-Bug: 11102 Bug: 11691 Change-Id: I7b1673ffafcda644f4905265061ba11733dd91d3 Reviewed-on: https://code.wireshark.org/review/12650 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index cd63039447..c1382c967c 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -1331,6 +1331,8 @@ int main(int argc, char *argv[])
wsApp->setMonospaceFont(prefs.gui_qt_font_name);
+ /* For update of WindowTitle (When use gui.window_title preference) */
+ main_w->setWSWindowTitle();
////////
/* Read the dynamic part of the recent file, as we have the gui now ready for