summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-17 22:51:23 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-19 21:32:16 +0100
commit30c9ecad729397574754163d13253c54a2285a6a (patch)
tree4c45b456ac59870fba5c3e7eef42fe88b4f96821 /graphics/update
parent0d786493ef12f2d9a6d8a27d2c47b67f2e00c333 (diff)
Move sound output driver selection into new preferences tab.
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 94cbbf88e..f0d91bf89 100755
--- a/graphics/update
+++ b/graphics/update
@@ -63,7 +63,7 @@ else
# OS X preferences icons
# servers.png does not have an SVG version
mkdir -p osx/preferences
- for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications accounts locations; do
+ for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications accounts locations sound; do
$INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32
done