summaryrefslogtreecommitdiff
path: root/ui/qt/sctp_graph_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/sctp_graph_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/sctp_graph_dialog.cpp')
-rw-r--r--ui/qt/sctp_graph_dialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/qt/sctp_graph_dialog.cpp b/ui/qt/sctp_graph_dialog.cpp
index b2e90f0d9b..432754caf3 100644
--- a/ui/qt/sctp_graph_dialog.cpp
+++ b/ui/qt/sctp_graph_dialog.cpp
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "ui/utf8_entities.h"
+
#include "sctp_graph_dialog.h"
#include "ui_sctp_graph_dialog.h"
#include "sctp_assoc_analyse_dialog.h"
@@ -432,7 +434,7 @@ void SCTPGraphDialog::save_graph(QDialog *dlg, QCustomPlot *plot)
.arg(bmp_filter)
.arg(jpeg_filter);
- file_name = QFileDialog::getSaveFileName(dlg, tr("Wireshark: Save Graph As..."),
+ file_name = QFileDialog::getSaveFileName(dlg, wsApp->windowTitleString(tr("Save Graph As" UTF8_HORIZONTAL_ELLIPSIS)),
path.canonicalPath(), filter, &extension);
if (file_name.length() > 0) {