summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-04 02:23:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-04 02:23:29 +0100
commitc554c20be02b4a518be1be4266f90b88df9d5bd6 (patch)
tree014aec0045a14dd44d811cefbd14e4dd6628fcf6 /graphics/update
parent7bcf60f8ad3acd4dcae77a120216839b665c4335 (diff)
Replace checkboxes with tools.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update
index 50923fc69..dfc2762d5 100755
--- a/graphics/update
+++ b/graphics/update
@@ -66,7 +66,7 @@ else
$INKSCAPE splash.png src/splash.svg -w 400 -h 300
# Timeline toolbar icons (all platforms)
- for i in select zoom zoom_all; do
+ for i in select zoom zoom_all snap sequence; do
$INKSCAPE $i.png src/$i.svg -w 24 -h 24
done