aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/wireshark_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/wireshark_dialog.cpp b/ui/qt/wireshark_dialog.cpp
index ca91182028..7ca270ed20 100644
--- a/ui/qt/wireshark_dialog.cpp
+++ b/ui/qt/wireshark_dialog.cpp
@@ -44,6 +44,7 @@ WiresharkDialog::WiresharkDialog(QWidget &, CaptureFile &capture_file) :
cap_file_(capture_file),
file_closed_(false)
{
+ setWindowIcon(wsApp->normalIcon());
connect(&cap_file_, SIGNAL(captureFileClosing()), this, SLOT(captureFileClosing()));
connect(&cap_file_, SIGNAL(captureFileClosed()), this, SLOT(captureFileClosing()));
setWindowTitleFromSubtitle();