From 0da23fa8f4e2b1248d6146fa15e4ec72970caed6 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 12 Dec 2014 07:11:33 +0100 Subject: [PATCH] forgot to remove two ref to fDoc --- src/ce_main.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ce_main.pas b/src/ce_main.pas index 804d3546..0bb7ba53 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -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;