Fix GUI compile error on Linux.

This commit is contained in:
Kimmo Varis 2010-02-23 19:09:05 +02:00
parent 3a7961e345
commit 0a372a4727
1 changed files with 1 additions and 1 deletions

View File

@ -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();