浏览代码

Fix previous.

Martijn Laan 3 月之前
父节点
当前提交
59b285982e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 1
Projects/Src/Compiler.SetupCompiler.pas

@@ -6100,7 +6100,7 @@ end;
 
 
 
 
 const
 const
-  DefaultIsl = {$IFDEF DEBUG} 'compiler:..\..\Files\Default.isl' {$ELSE} 'Default.isl' {$ENDIF};
+  DefaultIsl = {$IFDEF DEBUG} 'compiler:..\..\Files\Default.isl' {$ELSE} 'compiler:Default.isl' {$ENDIF};
 
 
 procedure TSetupCompiler.ReadDefaultMessages;
 procedure TSetupCompiler.ReadDefaultMessages;
 var
 var