summaryrefslogtreecommitdiff
path: root/ui/qt/stats_tree_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-31 14:21:50 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-31 22:48:17 +0000
commit91e43303949491d8865bac6fd0464102f176fc52 (patch)
treeac6b03e8a9cf96727e02818d0d52c5646e25fef0 /ui/qt/stats_tree_dialog.cpp
parent0e57ff2ca1ac3f8e409927d677ae4f6d5c3a9bcb (diff)
downloadwireshark-91e43303949491d8865bac6fd0464102f176fc52.tar.gz
Qt: Convert more dialog titles.
Change-Id: I9c3e3471a92b7af9347a541bece3d9405d37dce0 Reviewed-on: https://code.wireshark.org/review/6193 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/stats_tree_dialog.cpp')
-rw-r--r--ui/qt/stats_tree_dialog.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/qt/stats_tree_dialog.cpp b/ui/qt/stats_tree_dialog.cpp
index c9f8ad3d85..fde13beaf0 100644
--- a/ui/qt/stats_tree_dialog.cpp
+++ b/ui/qt/stats_tree_dialog.cpp
@@ -25,8 +25,11 @@
#include "file.h"
#include "epan/stats_tree_priv.h"
-#include "wsutil/file_util.h"
+
#include "ui/last_open_dir.h"
+#include "ui/utf8_entities.h"
+
+#include "wsutil/file_util.h"
#include "wireshark_application.h"
@@ -262,7 +265,8 @@ void StatsTreeDialog::on_actionSaveAs_triggered()
bool success= false;
int last_errno;
- QFileDialog SaveAsDialog(this, tr("Wireshark: Save stats tree as ..."), get_last_open_dir());
+ QFileDialog SaveAsDialog(this, wsApp->windowTitleString(tr("Save Statistics As" UTF8_HORIZONTAL_ELLIPSIS)),
+ get_last_open_dir());
SaveAsDialog.setNameFilter(tr("Plain text file (*.txt);;"
"Comma separated values (*.csv);;"
"XML document (*.xml);;"