diff --git a/src/app/composer/qgscomposer.cpp b/src/app/composer/qgscomposer.cpp index 1628825debb..ecfa102bded 100644 --- a/src/app/composer/qgscomposer.cpp +++ b/src/app/composer/qgscomposer.cpp @@ -256,7 +256,7 @@ void QgsComposer::setupTheme() mActionAddNewLabel->setIcon( QgisApp::getThemeIcon( "/mActionLabel.png" ) ); mActionAddNewLegend->setIcon( QgisApp::getThemeIcon( "/mActionAddLegend.png" ) ); mActionAddNewScalebar->setIcon( QgisApp::getThemeIcon( "/mActionScaleBar.png" ) ); - mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionSelectPan.png" ) ); + mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionPan.png" ) ); } void QgsComposer::connectSlots()