mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 03:32:34 +02:00
IDE: compiler options dlg: fixed page index
git-svn-id: trunk@21703 -
This commit is contained in:
parent
f080b4e85e
commit
f148930da6
@ -1539,9 +1539,6 @@ end;
|
||||
|
||||
procedure TfrmCompilerOptions.SetupConditionalTab(Page: integer);
|
||||
begin
|
||||
{$IFNDEF EnableBuildModes}
|
||||
ConditionalPage.TabVisible:=false;
|
||||
{$ENDIF}
|
||||
MainNoteBook.Page[Page].Caption:=dlgCOConditionals;
|
||||
{$IFDEF EnableBuildModes}
|
||||
CategoryTreeView.Items.AddObject(nil,MainNoteBook.Page[Page].Caption,MainNoteBook.Page[Page]);
|
||||
|
Loading…
Reference in New Issue
Block a user