mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
IDE: added resourcestring
git-svn-id: trunk@56763 -
This commit is contained in:
parent
c03b941642
commit
3011be98c3
@ -275,7 +275,7 @@ begin
|
||||
chkCompilerRun.Checked := True;
|
||||
lblCompiler.Caption := lisCOCommand;
|
||||
cobCompiler.Text := '';
|
||||
BrowseCompilerButton.Hint:='Browse and select a compiler (e.g. ppcx64'+ExeExt+')';
|
||||
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+' (e.g. ppcx64'+ExeExt+')';
|
||||
|
||||
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
||||
chkExecAfterBuild.Caption := lisBuildStage;
|
||||
|
@ -2395,6 +2395,7 @@ resourcestring
|
||||
lisCOExecuteAfter = 'Execute after';
|
||||
lisCOExecuteBefore = 'Execute before';
|
||||
lisCOCommand = 'Command:';
|
||||
lisBrowseAndSelectACompiler = 'Browse and select a compiler';
|
||||
lisCOScanForMessages = 'Scan for messages:';
|
||||
lisCOScanForFPCMessages = 'Scan for FPC messages';
|
||||
lisCOScanForMakeMessages = 'Scan for Make messages';
|
||||
|
@ -19,7 +19,7 @@
|
||||
***************************************************************************
|
||||
|
||||
Abstract:
|
||||
ToDo...
|
||||
Show a window before the LCL is initialized.
|
||||
}
|
||||
unit raw_window;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user