forgot to remove two ref to fDoc

This commit is contained in:
Basile Burg 2014-12-12 07:11:33 +01:00
parent 77e6a6ef77
commit 0da23fa8f4
1 changed files with 2 additions and 2 deletions

View File

@ -766,8 +766,8 @@ begin
actEdUndo.Enabled := true;
actEdRedo.Enabled := true;
//
actFileCompAndRun.Enabled := fDoc.isDSource;
actFileCompAndRunWithArgs.Enabled := fDoc.isDSource;
actFileCompAndRun.Enabled := true;
actFileCompAndRunWithArgs.Enabled := true;
{$ENDIF}
actEdMacPlay.Enabled := true;
actEdMacStartStop.Enabled := true;