diff options
-rw-r--r-- | qt-ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index e86f22392..216f18275 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -88,7 +88,7 @@ MainWindow::MainWindow() : QMainWindow(), #ifndef ENABLE_PLANNER -// ui.menuLog->removeAction(ui.actionDivePlanner); + ui.menuLog->removeAction(ui.actionDivePlanner); #endif #ifdef NO_MARBLE ui.layoutWidget->hide(); |