summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-05 15:25:58 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-06 10:29:24 +0100
commita713e8258acc3f0e960c4e87ba8684902d29a591 (patch)
tree4023978fc160f8e75ced0b8be1e13b7dea452aa3 /graphics/update
parentc9772ea0129d59e84cc85cd3908e712b5df56970 (diff)
Move credentials settings into certificate download dialogue (#1480).
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 f0d91bf89..2e5bccd17 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 sound; do
+ for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications locations sound; do
$INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32
done