summaryrefslogtreecommitdiff
path: root/image/toolbar/svg-to-png.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-22 09:08:39 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-09-23 19:48:58 +0000
commit66de69aeaee944cf3130dc75fe3ecb7f383be897 (patch)
tree363d219884b4a609cadc9303c22b757df2265b36 /image/toolbar/svg-to-png.sh
parent29be7bf82f0b9eea5a85bade5dcfe5cffa7ef254 (diff)
downloadwireshark-66de69aeaee944cf3130dc75fe3ecb7f383be897.tar.gz
Use the Qt-provided media icons.
Use Qt's standard pixmaps to build our media playback, stop, and pause icons. Note that we probably don't want to do this for all of the available standard pixmaps. Change-Id: I78541a46a65583d7365cd601c578ebe8f197c060 Reviewed-on: https://code.wireshark.org/review/10609 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'image/toolbar/svg-to-png.sh')
-rwxr-xr-ximage/toolbar/svg-to-png.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/toolbar/svg-to-png.sh b/image/toolbar/svg-to-png.sh
index cf78ac9587..a4fbc27152 100755
--- a/image/toolbar/svg-to-png.sh
+++ b/image/toolbar/svg-to-png.sh
@@ -52,7 +52,6 @@ ICONS="
go-last
go-next
go-previous
- media-playback-start
x-capture-file-close
x-capture-file-save
x-capture-file-reload
@@ -84,7 +83,8 @@ ICONS="
QRC_FILES=""
-for SIZE in 12x12 14x14 16x16 24x14 24x14 ; do
+# 12x12
+for SIZE in 14x14 16x16 24x14 24x14 ; do
WIDTH=${SIZE/x*/}
HEIGHT=${SIZE/*x/}
SIZE_DIR=${SIZE}