aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_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/capture_interfaces_dialog.cpp
parent0e57ff2ca1ac3f8e409927d677ae4f6d5c3a9bcb (diff)
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/capture_interfaces_dialog.cpp')
-rw-r--r--ui/qt/capture_interfaces_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/capture_interfaces_dialog.cpp b/ui/qt/capture_interfaces_dialog.cpp
index 34f305174d..a2e0a824b8 100644
--- a/ui/qt/capture_interfaces_dialog.cpp
+++ b/ui/qt/capture_interfaces_dialog.cpp
@@ -101,6 +101,7 @@ CaptureInterfacesDialog::CaptureInterfacesDialog(QWidget *parent) :
ui(new Ui::CaptureInterfacesDialog)
{
ui->setupUi(this);
+ setWindowTitle(wsApp->windowTitleString(tr("Capture Interfaces")));
stat_timer_ = NULL;
stat_cache_ = NULL;