mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
IDE: impoved compiler interface localization
git-svn-id: trunk@46018 -
This commit is contained in:
parent
d07c9bf876
commit
f5440a80dc
@ -309,7 +309,7 @@ begin
|
||||
if ConsoleVerbosity>=0 then
|
||||
DebugLn('[TCompiler.Compile] CmdLine="',CompilerFilename+CmdLine,'"');
|
||||
|
||||
Tool:=ExternalToolList.Add('Compile Project');
|
||||
Tool:=ExternalToolList.Add(lisCompileProject);
|
||||
Tool.Reference(Self,ClassName);
|
||||
try
|
||||
Tool.Data:=TIDEExternalToolData.Create(IDEToolCompileProject,'',AProject.ProjectInfoFile);
|
||||
|
@ -3149,6 +3149,7 @@ resourcestring
|
||||
+'clean with -B';
|
||||
lisCompilerHintYouCanSetTheCompilerPath = 'Hint: you can set the compiler '
|
||||
+'path in Tools -> Options-> Files -> Compiler Path';
|
||||
lisCompileProject = 'Compile Project';
|
||||
lisCompilerNOTELoadingOldCodetoolsOptionsFile = 'NOTE: loading old '
|
||||
+'codetools options file: ';
|
||||
lisCompilerNOTECodetoolsConfigFileNotFoundUsingDefaults = 'NOTE: codetools '
|
||||
|
Loading…
Reference in New Issue
Block a user