summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-05-27 20:54:06 +0100
committerCarl Hetherington <cth@carlh.net>2018-05-27 23:05:46 +0100
commit1158dd504d0838b0c359b2cf1d63615c4ecb0a53 (patch)
tree026a4bf5c2175d96ed90007bb17d4362850dcefd /graphics/update
parentaae000e8a37a494bf20ba0e5dd219ad9f78c6286 (diff)
Add UI for message box / email notifications.
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 cd0995e05..e33e9a8b5 100755
--- a/graphics/update
+++ b/graphics/update
@@ -55,7 +55,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; do
+ for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications; do
$INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32
done