From f5440a80dc82adeb37b6d6cfca70b36a800d0c0a Mon Sep 17 00:00:00 2001 From: maxim Date: Wed, 6 Aug 2014 00:10:50 +0000 Subject: [PATCH] IDE: impoved compiler interface localization git-svn-id: trunk@46018 - --- ide/compiler.pp | 2 +- ide/lazarusidestrconsts.pas | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/compiler.pp b/ide/compiler.pp index 87d28b7640..48be51f7ea 100644 --- a/ide/compiler.pp +++ b/ide/compiler.pp @@ -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); diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 5430d6a5be..397fed3a74 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -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 '