summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-30 16:15:40 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-30 23:39:05 +0000
commitc321171ec898924386778ef2f81171a410b4e887 (patch)
tree48d35b5aa84d2c3c28d9535dabb3b1655e76dac4 /ui/qt/main_window.h
parentda07c62bd0d3a93d37e7ef66c7396c38999e0bcb (diff)
downloadwireshark-c321171ec898924386778ef2f81171a410b4e887.tar.gz
Add Colorize to the packet detail menu.
Change-Id: Idaac0b52e6e4534f40e13839e6dbce2408ca6bfa Reviewed-on: https://code.wireshark.org/review/9831 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index cc042a8325..6bde9a8bf7 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -377,7 +377,7 @@ private slots:
void on_actionViewColorizePacketList_triggered(bool checked);
void on_actionViewColoringRules_triggered();
void colorizeConversation(bool create_rule = false);
- void colorizePacketConversation();
+ void colorizeWithFilter();
void on_actionViewColorizeResetColorization_triggered();
void on_actionViewColorizeNewConversationRule_triggered();
void on_actionViewResizeColumns_triggered();