From a8e727b636ad39e1b041458411450882ac381247 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Mon, 19 Sep 2016 09:37:27 +0200 Subject: Qt: reenable export packet bytes menu while capturing Change-Id: I2a3e35ec7c3233e6b32c53a2124b00bbfff8a2e1 Reviewed-on: https://code.wireshark.org/review/17793 Reviewed-by: Pascal Quantin --- ui/qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/main_window.cpp') diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp index 058210d181..fe06ef9e9f 100644 --- a/ui/qt/main_window.cpp +++ b/ui/qt/main_window.cpp @@ -2076,7 +2076,7 @@ void MainWindow::setMenusForCaptureInProgress(bool capture_in_progress) { main_ui_->actionFileExportAsPSML->setEnabled(capture_in_progress); main_ui_->actionFileExportAsJSON->setEnabled(capture_in_progress); - main_ui_->actionFileExportPacketBytes->setEnabled(!capture_in_progress); + main_ui_->actionFileExportPacketBytes->setEnabled(capture_in_progress); main_ui_->actionFileExportPDU->setEnabled(!capture_in_progress); main_ui_->actionFileExportSSLSessionKeys->setEnabled(capture_in_progress); -- cgit v1.2.1