From 0a372a472707e19e68fa1af2ec6f74a568ebbcc7 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Tue, 23 Feb 2010 19:09:05 +0200 Subject: [PATCH] Fix GUI compile error on Linux. --- gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();