SourcEditor: Fixed compilation, due to misplaced {$EndIf}

git-svn-id: trunk@24182 -
This commit is contained in:
martin 2010-03-23 15:00:17 +00:00
parent 224df20d00
commit 8b3fc5709e

View File

@ -6019,6 +6019,7 @@ begin
f.show;
ASrcEdit.OtherViewList.Add(f);
end;
{$ENDIF}
procedure TSourceNotebook.SrcEditMenuCopyToNewWindow(Sender: TObject);
begin
@ -6036,8 +6037,6 @@ begin
MoveEditor(PageIndex, (Sender as TIDEMenuItem).Tag, -1)
end;
{$ENDIF}
Procedure TSourceNotebook.UpdateStatusBar;
var
tempEditor: TSourceEditor;