diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index afe25f88b..6e92366c2 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -84,7 +84,7 @@ MainWindow::MainWindow() : connect(mUI.mActionHelpContents, SIGNAL(triggered()), this, SLOT(OpenHelpContents())); #else // Hide if not Windows - mUI.mActionHelpContents.setVisible(false); + mUI.mActionHelpContents->setVisible(false); #endif CreateLanguageMenuItems();