mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 04:39:43 +02:00
IDE: fixed codetools options not found msg encoding
git-svn-id: branches/fixes_1_6@50615 -
This commit is contained in:
parent
ebfa8e7d9b
commit
75bc215cbb
@ -729,7 +729,7 @@ begin
|
||||
CopySecondaryConfigFile(DefaultCodeToolsOptsFile);
|
||||
if (not FileExistsCached(ConfFileName)) then begin
|
||||
debugln('Looking for code tools config file: "' + ConfFileName + '"');
|
||||
debugln(UTF8ToConsole(lisCompilerNOTECodetoolsConfigFileNotFoundUsingDefaults));
|
||||
debugln(lisCompilerNOTECodetoolsConfigFileNotFoundUsingDefaults);
|
||||
end;
|
||||
FFilename:=ConfFilename;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user