aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-22 16:33:05 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-23 14:26:45 +0000
commit717ff08f324790cf655afc86ff7ab4b3695b0633 (patch)
tree67d0e40f42f63e9a2ff7817c1872862a2c666c74 /image
parentad6a66388d7ded3743283f573738b122a2bccd3b (diff)
Qt: Add the colorization action.
Change-Id: I846a48c35c4ef3bbbcf17d03885acc5be8c9a6b5 Reviewed-on: https://code.wireshark.org/review/4259 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image')
-rw-r--r--image/toolbar.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index 631b6cb63c..da3ca10d4e 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -23,6 +23,7 @@
<file>toolbar/16x16/x-capture-start.on.png</file>
<file>toolbar/16x16/x-capture-start.png</file>
<file>toolbar/16x16/x-capture-stop.png</file>
+ <file>toolbar/16x16/x-colorize-packets.png</file>
<file>toolbar/24x24/edit-find.png</file>
<file>toolbar/24x24/go-first.png</file>
<file>toolbar/24x24/go-jump.png</file>
@@ -37,5 +38,6 @@
<file>toolbar/24x24/x-capture-start.on.png</file>
<file>toolbar/24x24/x-capture-start.png</file>
<file>toolbar/24x24/x-capture-stop.png</file>
+ <file>toolbar/24x24/x-colorize-packets.png</file>
</qresource>
</RCC>