mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:13:46 +02:00
IDE: added resourcestrings
git-svn-id: trunk@27751 -
This commit is contained in:
parent
1cb5c00f85
commit
4ae44f8cb3
ide
@ -781,9 +781,7 @@ begin
|
||||
edtErrorCnt.Text := IntToStr(Options.StopAfterErrCount);
|
||||
|
||||
// conditionals + build macros
|
||||
{$IFDEF EnableBuildModes}
|
||||
BuildMacrosFrame.LoadFromOptions(Options);
|
||||
{$ENDIF}
|
||||
|
||||
// inherited tab
|
||||
UpdateInheritedTab;
|
||||
@ -1084,9 +1082,7 @@ begin
|
||||
Options.CompilerMessages.Assign(TempMessages);
|
||||
|
||||
// conditionals
|
||||
{$IFDEF EnableBuildModes}
|
||||
BuildMacrosFrame.SaveToOptions(Options);
|
||||
{$ENDIF}
|
||||
|
||||
// other
|
||||
Options.DontUseConfigFile := not chkConfigFile.Checked;
|
||||
|
@ -617,9 +617,9 @@ var
|
||||
Grid: TStringGrid;
|
||||
begin
|
||||
BuildModesGroupBox.Caption:=lisBuildModes;
|
||||
BuildModesStringGrid.Cells[0, 0]:=lisActive;
|
||||
BuildModesStringGrid.Cells[1, 0]:=lisInSession;
|
||||
BuildModesStringGrid.Cells[2, 0]:=lisDebugOptionsFrmName;
|
||||
BuildModesStringGrid.Columns[0].Title.Caption:=lisActive;
|
||||
BuildModesStringGrid.Columns[1].Title.Caption:=lisInSession;
|
||||
BuildModesStringGrid.Columns[2].Title.Caption:=lisDebugOptionsFrmName;
|
||||
|
||||
BuildModeAddSpeedButton.LoadGlyphFromLazarusResource('laz_add');
|
||||
BuildModeDeleteSpeedButton.LoadGlyphFromLazarusResource('laz_delete');
|
||||
|
@ -35,7 +35,6 @@
|
||||
{off $define UseTurbopowerInHelp}
|
||||
{$define UseCHMHelp}
|
||||
{$define UseJCF}
|
||||
{off $define EnableBuildModes}
|
||||
|
||||
// debug form load/save
|
||||
{ $DEFINE VerboseJITForms}
|
||||
|
Loading…
Reference in New Issue
Block a user