From 2c43b6885e21580374f79ed498c960ce180ca7ad Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 17 Feb 2015 12:29:31 -0800 Subject: Set a window icon for WiresharkDialog. Otherwise it ends up with a generic icon. Change-Id: I47292c966332073d07ef358316cf8b40bcf1329b Reviewed-on: https://code.wireshark.org/review/7200 Reviewed-by: Gerald Combs --- ui/qt/wireshark_dialog.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3