소스 검색

Make it work even better :P

Martijn Laan 4 달 전
부모
커밋
e55eb8d7ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Projects/Src/Shared.Struct.pas

+ 1 - 1
Projects/Src/Shared.Struct.pas

@@ -226,7 +226,7 @@ type
     PublicX, PublicY: String;
   end;
 const
-  SetupFileEntryStrings = 10;
+  SetupFileEntryStrings = 11;
   SetupFileEntryAnsiStrings = 1;
 type
   PSetupFileEntry = ^TSetupFileEntry;