aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/stock_icons.c
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/stock_icons.c
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/stock_icons.c')
-rw-r--r--ui/gtk/stock_icons.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/ui/gtk/stock_icons.c b/ui/gtk/stock_icons.c
index 79e77467fa..94f638149a 100644
--- a/ui/gtk/stock_icons.c
+++ b/ui/gtk/stock_icons.c
@@ -333,24 +333,24 @@ void stock_icons_init(void) {
"/org/wireshark/image/toolbar/capture_interfaces_24.png" }
},
{ WIRESHARK_STOCK_CAPTURE_OPTIONS,
- { "/org/wireshark/image/toolbar/16x16/x-capture-options.png",
- "/org/wireshark/image/toolbar/24x24/x-capture-options.png" }
+ { "/org/wireshark/image/stock_icons/16x16/x-capture-options.png",
+ "/org/wireshark/image/stock_icons/24x24/x-capture-options.png" }
},
{ WIRESHARK_STOCK_CAPTURE_RESTART,
- { "/org/wireshark/image/toolbar/16x16/x-capture-restart.png",
- "/org/wireshark/image/toolbar/24x24/x-capture-restart.png" }
+ { "/org/wireshark/image/stock_icons/16x16/x-capture-restart.png",
+ "/org/wireshark/image/stock_icons/24x24/x-capture-restart.png" }
},
{ WIRESHARK_STOCK_CAPTURE_START,
- { "/org/wireshark/image/toolbar/16x16/x-capture-start.png",
- "/org/wireshark/image/toolbar/24x24/x-capture-start.png" }
+ { "/org/wireshark/image/stock_icons/16x16/x-capture-start.png",
+ "/org/wireshark/image/stock_icons/24x24/x-capture-start.png" }
},
{ WIRESHARK_STOCK_CAPTURE_STOP,
- { "/org/wireshark/image/toolbar/16x16/x-capture-stop.png",
- "/org/wireshark/image/toolbar/24x24/x-capture-stop.png" }
+ { "/org/wireshark/image/stock_icons/16x16/x-capture-stop.png",
+ "/org/wireshark/image/stock_icons/24x24/x-capture-stop.png" }
},
{ WIRESHARK_STOCK_SAVE,
- { "/org/wireshark/image/toolbar/16x16/x-capture-file-save.png",
- "/org/wireshark/image/toolbar/24x24/x-capture-file-save.png" }
+ { "/org/wireshark/image/stock_icons/16x16/x-capture-file-save.png",
+ "/org/wireshark/image/stock_icons/24x24/x-capture-file-save.png" }
},
{ WIRESHARK_STOCK_WIKI,
{ "/org/wireshark/image/toolbar/gnome_emblem_web_16.png",