diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-17 11:54:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-17 11:54:33 +0200 |
| commit | ecb2f017e18704e8c6c70463cf3a41a538034902 (patch) | |
| tree | e081bee0e6b953379d664aed8fb1edd3c4375801 /graphics/update | |
| parent | 54ca5a01f0648d2a5101fab0f50b41d8c90612e4 (diff) | |
Move identifiers stuff out to a new prefs tab.v2.15.81
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index f0a7fd597..72aaa5f26 100755 --- a/graphics/update +++ b/graphics/update @@ -65,7 +65,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 locations sound; do + for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers; do $INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32 done |
