mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 12:30:36 +02:00
IDE: fixed codetools options not found msg encoding
git-svn-id: trunk@50604 -
This commit is contained in:
parent
93a809284f
commit
4e1d1f8f1d
@ -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