2
0
Эх сурвалжийг харах

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

Hikaru Tanaka 2 сар өмнө
parent
commit
fc4135bb0e

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

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