IDE: fixed codetools options not found msg encoding

git-svn-id: branches/fixes_1_6@50615 -
This commit is contained in:
mattias 2015-12-04 17:36:14 +00:00
parent ebfa8e7d9b
commit 75bc215cbb

View File

@ -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;