update credits
[librepilot.git] / make / 3rdparty / marble / marble-15.08.1.patch
blobc18352060c9ecd2ce28637ba4612fa2d907caf31
1 diff --git a/src/apps/marble-qt/QtMainWindow.cpp b/src/apps/marble-qt/QtMainWindow.cpp
2 index da9f44f..b3f4ee3 100644
3 --- a/src/apps/marble-qt/QtMainWindow.cpp
4 +++ b/src/apps/marble-qt/QtMainWindow.cpp
5 @@ -432,7 +432,7 @@ void MainWindow::createActions()
6 void MainWindow::createMenus( const QList<QAction*> &panelActions )
8 #ifdef Q_OS_WIN
9 - m_downloadAction.setEnabled( false );
10 + m_downloadAction->setEnabled( false );
11 #endif
13 m_fileMenu = menuBar()->addMenu(tr("&File"));