aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.gresources.xml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-12-21 15:06:20 -0800
committerMichael Mann <mmann78@netscape.net>2018-01-05 03:27:15 +0000
commit0f3aa8522e966205039a88f1ce7faae4adaefa23 (patch)
tree0e193801eb8e7ec18b7df672705980090aacbb6c /ui/gtk/main.gresources.xml
parentdbe9be2f0628914491e3e4265511b6c3026ed6ac (diff)
Qt: Move sized toolbar images to stock_icons.
The sized (WWxHH) icons in the toolbar directory aren't limited to toolbars. Create a "stock_icons" directory and move them and their related SVGs there. Change-Id: I2c1852499594aa738371c79542f24bd3351653bb Reviewed-on: https://code.wireshark.org/review/25133 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/gtk/main.gresources.xml')
-rw-r--r--ui/gtk/main.gresources.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/ui/gtk/main.gresources.xml b/ui/gtk/main.gresources.xml
index 54a4c6d8d9..9cbbfb9d34 100644
--- a/ui/gtk/main.gresources.xml
+++ b/ui/gtk/main.gresources.xml
@@ -43,23 +43,23 @@
<file>image/toolbar/capture_interfaces_24.png</file>
<file>image/toolbar/gnome_emblem_web_24.png</file>
- <file>image/toolbar/14x14/x-expert-chat.png</file>
- <file>image/toolbar/14x14/x-expert-error.png</file>
- <file>image/toolbar/14x14/x-expert-none.png</file>
- <file>image/toolbar/14x14/x-expert-note.png</file>
- <file>image/toolbar/14x14/x-expert-warn.png</file>
+ <file>image/stock_icons/14x14/x-expert-chat.png</file>
+ <file>image/stock_icons/14x14/x-expert-error.png</file>
+ <file>image/stock_icons/14x14/x-expert-none.png</file>
+ <file>image/stock_icons/14x14/x-expert-note.png</file>
+ <file>image/stock_icons/14x14/x-expert-warn.png</file>
<file>image/expert_ok.png</file>
- <file>image/toolbar/16x16/x-capture-file-save.png</file>
- <file>image/toolbar/16x16/x-capture-options.png</file>
- <file>image/toolbar/16x16/x-capture-restart.png</file>
- <file>image/toolbar/16x16/x-capture-start.png</file>
- <file>image/toolbar/16x16/x-capture-stop.png</file>
+ <file>image/stock_icons/16x16/x-capture-file-save.png</file>
+ <file>image/stock_icons/16x16/x-capture-options.png</file>
+ <file>image/stock_icons/16x16/x-capture-restart.png</file>
+ <file>image/stock_icons/16x16/x-capture-start.png</file>
+ <file>image/stock_icons/16x16/x-capture-stop.png</file>
- <file>image/toolbar/24x24/x-capture-file-save.png</file>
- <file>image/toolbar/24x24/x-capture-options.png</file>
- <file>image/toolbar/24x24/x-capture-restart.png</file>
- <file>image/toolbar/24x24/x-capture-start.png</file>
- <file>image/toolbar/24x24/x-capture-stop.png</file>
+ <file>image/stock_icons/24x24/x-capture-file-save.png</file>
+ <file>image/stock_icons/24x24/x-capture-options.png</file>
+ <file>image/stock_icons/24x24/x-capture-restart.png</file>
+ <file>image/stock_icons/24x24/x-capture-start.png</file>
+ <file>image/stock_icons/24x24/x-capture-stop.png</file>
</gresource>
</gresources>