IDE: compiler options dlg: fixed page index

git-svn-id: trunk@21703 -
This commit is contained in:
mattias 2009-09-14 20:54:16 +00:00
parent f080b4e85e
commit f148930da6

View File

@ -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]);