Browse Source

Remove deprecated icons section flag 'foldershortcut' (#551)

Hikaru Tanaka 2 months ago
parent
commit
fc4135bb0e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Projects/Src/IDE.ScintStylerInnoSetup.pas

+ 2 - 2
Projects/Src/IDE.ScintStylerInnoSetup.pas

@@ -271,8 +271,8 @@ const
 
   IconsSectionFlags: array of TScintRawString = [
     'closeonexit', 'createonlyiffileexists', 'dontcloseonexit',
-    'excludefromshowinnewinstall', 'foldershortcut', 'preventpinning',
-    'runmaximized', 'runminimized', 'uninsneveruninstall', 'useapppaths'
+    'excludefromshowinnewinstall', 'preventpinning', 'runmaximized',
+    'runminimized', 'uninsneveruninstall', 'useapppaths'
   ];
 
   INISectionParameters: array of TScintRawString = [