summaryrefslogtreecommitdiff
path: root/ui/qt/profile_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-29 15:15:59 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-30 16:37:34 +0000
commit8629aa26ec7efee5c752cbf4f04d1093ef390b26 (patch)
tree0daa52679daa9cf2bfa9d2eca79f01f765d17f52 /ui/qt/profile_dialog.cpp
parent1ee43690ae165567d81aba6ba5f94a56c0844b2c (diff)
downloadwireshark-8629aa26ec7efee5c752cbf4f04d1093ef390b26.tar.gz
Qt: Continue using the new window title format.
Update several dialog titles to "Wireshark ยท <subtile...>". Change-Id: I64645e913500ecd55a008e1609b46385dafe7de9 Reviewed-on: https://code.wireshark.org/review/6127 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/profile_dialog.cpp')
-rw-r--r--ui/qt/profile_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/profile_dialog.cpp b/ui/qt/profile_dialog.cpp
index a3160feb35..2d5ab8bca7 100644
--- a/ui/qt/profile_dialog.cpp
+++ b/ui/qt/profile_dialog.cpp
@@ -52,6 +52,7 @@ ProfileDialog::ProfileDialog(QWidget *parent) :
const gchar *profile_name = get_profile_name();
pd_ui_->setupUi(this);
+ setWindowTitle(wsApp->windowTitleString(tr("Configuration Profiles")));
ok_button_ = pd_ui_->buttonBox->button(QDialogButtonBox::Ok);
// XXX - Use NSImageNameAddTemplate and NSImageNameRemoveTemplate to set stock