summaryrefslogtreecommitdiff
path: root/image/toolbar.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-04 18:00:50 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-04 18:00:50 +0000
commitc0c7a64d71811f76fa319930d1cf41078ac97c7f (patch)
tree794ce63f5584fa31552f7d76030156ba3106d19b /image/toolbar.qrc
parent9ca3f30f7589f9b508aae43f6f05f9fffdcc6813 (diff)
downloadwireshark-c0c7a64d71811f76fa319930d1cf41078ac97c7f.tar.gz
Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,
including the GTK+ and Qt main toolbars. svn path=/trunk/; revision=46374
Diffstat (limited to 'image/toolbar.qrc')
-rw-r--r--image/toolbar.qrc21
1 files changed, 11 insertions, 10 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index c8658997a8..194eaca462 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -1,12 +1,13 @@
<RCC>
- <qresource prefix="/toolbar/main">
- <file>capture_start_24.png</file>
- <file>capture_stop_24.png</file>
- <file>capture_start_active_24.png</file>
- </qresource>
- <qresource prefix="/menu/help">
- <file alias="wsicon16.xpm">wsicon16.xpm</file>
- <file alias="wiki_24.xpm">toolbar/wiki_24.xpm</file>
- <file alias="wsicon-ask.png">wsicon-ask.png</file>
- </qresource>
+ <qresource prefix="/toolbar/main">
+ <file>capture_start_24.png</file>
+ <file>capture_stop_24.png</file>
+ <file>capture_start_active_24.png</file>
+ <file>WiresharkDoc-24.png</file>
+ </qresource>
+ <qresource prefix="/menu/help">
+ <file alias="wsicon16.xpm">wsicon16.xpm</file>
+ <file alias="wiki_24.xpm">toolbar/wiki_24.xpm</file>
+ <file alias="wsicon-ask.png">wsicon-ask.png</file>
+ </qresource>
</RCC>