mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 17:04:28 +02:00
ide: fix type in the compiler options dialog regards build modes visibility
git-svn-id: trunk@21574 -
This commit is contained in:
parent
b0344116c5
commit
7a0a037d58
@ -1512,7 +1512,7 @@ begin
|
||||
ConditionalPage.TabVisible:=false;
|
||||
{$ENDIF}
|
||||
MainNoteBook.Page[Page].Caption:=dlgCOConditionals;
|
||||
{$IFNDEF EnableBuildModes}
|
||||
{$IFDEF EnableBuildModes}
|
||||
CategoryTreeView.Items.AddObject(nil,MainNoteBook.Page[Page].Caption,MainNoteBook.Page[Page]);
|
||||
{$ENDIF}
|
||||
ConditionalsGroupBox.Caption:=dlgOIOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user