summaryrefslogtreecommitdiff
path: root/ui/qt/stats_tree_dialog.cpp
diff options
context:
space:
mode:
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);;"