summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-01-13 12:10:04 -0800
committerAnders Broman <a.broman58@gmail.com>2016-01-14 05:21:28 +0000
commitcd5b93281287b7fb169e1bd9be0a3c60814c4dec (patch)
treed6c92d7d6618c0b2f8d3605466c3519e7967aae4 /ui/qt/main_window.h
parent9b1e318b8e604db33a007eb47477f846654e6f42 (diff)
downloadwireshark-cd5b93281287b7fb169e1bd9be0a3c60814c4dec.tar.gz
Qt: "Conversation" → "Coloring"
Change actionViewColorizeNewConversationRule to actionViewColorizeNewColoringRule and change its text accordingly. We're building a rule based on a general filter, not a conversation. Change-Id: Ic408050eed6f24690e3e759e6963f9930fe4b5e9 Reviewed-on: https://code.wireshark.org/review/13266 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 6d0a610aea..e0cbdcc668 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -417,7 +417,7 @@ private slots:
void colorizeConversation(bool create_rule = false);
void colorizeWithFilter();
void on_actionViewColorizeResetColorization_triggered();
- void on_actionViewColorizeNewConversationRule_triggered();
+ void on_actionViewColorizeNewColoringRule_triggered();
void on_actionViewResizeColumns_triggered();
void on_actionViewInternalsConversationHashTables_triggered();