summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-08 16:48:58 -0700
committerMichael Mann <mmann78@netscape.net>2016-11-10 13:25:20 +0000
commit414c13245831085b7362d0573b317597fb76ac76 (patch)
tree9bbf32a290805504c691ebc7ddc16c8887cd17ba /wireshark-qt.cpp
parentd1a2c4c312f8f0e3e8d6800a51c2d59a4a7a03d4 (diff)
downloadwireshark-414c13245831085b7362d0573b317597fb76ac76.tar.gz
Qt: Handle retranslation events in the main window.
Update most (but not all) of the main status bar text when the user changes the language setting. Try to distinguish between recent preferences and recent captures more clearly. Change-Id: I5278a503178fe3620a25b185742688f957dc30f4 Ping-Bug: 11307 Reviewed-on: https://code.wireshark.org/review/9575 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index d2c045acde..fabd09f469 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -742,7 +742,7 @@ int main(int argc, char *qt_argv[])
build_column_format_array(&CaptureFile::globalCapFile()->cinfo, global_commandline_info.prefs_p->num_cols, TRUE);
wsApp->emitAppSignal(WiresharkApplication::ColumnsChanged); // We read "recent" widths above.
- wsApp->emitAppSignal(WiresharkApplication::RecentFilesRead); // Must be emitted after PreferencesChanged.
+ wsApp->emitAppSignal(WiresharkApplication::RecentPreferencesRead); // Must be emitted after PreferencesChanged.
wsApp->setMonospaceFont(prefs.gui_qt_font_name);