|
From: Tapio V. <aa...@us...> - 2011-02-21 16:21:52
|
Author: Tapio Vierros <tap...@gm...> Date: Mon Feb 21 18:13:47 2011 +0200 Re-enable features that were disabled for the release. --- editorapp.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editorapp.cc b/editorapp.cc index 3a232b4..32232be 100644 --- a/editorapp.cc +++ b/editorapp.cc @@ -109,9 +109,9 @@ EditorApp::EditorApp(QWidget *parent) handleTips(ui.tabTools); // FIXME: Remove these after rc release - ui.actionFoFMIDI->setEnabled(false); + //ui.actionFoFMIDI->setEnabled(false); #ifdef WIN32 - ui.chkSynth->setEnabled(false); + //ui.chkSynth->setEnabled(false); #endif //// |