Merge branch 'master' of git@github.com:danmar/cppcheck

This commit is contained in:
Daniel Marjamäki 2010-02-23 18:15:33 +01:00
commit f2083f1b51
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())); connect(mUI.mActionHelpContents, SIGNAL(triggered()), this, SLOT(OpenHelpContents()));
#else #else
// Hide if not Windows // Hide if not Windows
mUI.mActionHelpContents.setVisible(false); mUI.mActionHelpContents->setVisible(false);
#endif #endif
CreateLanguageMenuItems(); CreateLanguageMenuItems();