Add <PlayerRestrictedMenus> option to config.xml (#2725).
[dcpomatic.git] / graphics / update
index ff3baca04e5245bae728e2ef217714c3b0f3a1f9..c63fa8835108225f38a17aa43d1b2cc3a6f961e5 100755 (executable)
@@ -81,7 +81,7 @@ else
     # OS X preferences icons
     mkdir -p osx/preferences
     for c in black white; do
-       for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do
+       for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced non_standard; do
            inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}_${c}.png --width 32 --height 32 src/preferences_$c.svg
            inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}@2x_${c}.png --width 64 --height 64 src/preferences_$c.svg
        done
@@ -108,10 +108,6 @@ else
         done
     done
 
-    # Playlist editor tick/no-tick
-    $INKSCAPE_EXPORT --export-filename=tick.png src/tick.svg -w 16 -h 16
-    $INKSCAPE_EXPORT --export-filename=no_tick.png src/no_tick.svg -w 16 -h 16
-
     # Link icon
     $INKSCAPE_EXPORT --export-filename=link.png src/link.svg -w 9 -h 16