diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index 33f04ee3f5ea..7aa18d0fba68 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -1675,6 +1675,7 @@ void QgisApp::setTheme( QString theThemeName ) mActionDeleteRing->setIcon( getThemeIcon( "/mActionDeleteRing.png" ) ); mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) ); mActionMergeFeatures->setIcon( getThemeIcon( "/mActionMergeFeatures.png" ) ); + mActionRotatePointSymbols->setIcon( getThemeIcon( "mActionRotatePointSymbols.png" ) ); mActionNodeTool->setIcon( getThemeIcon( "/mActionNodeTool.png" ) ); mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) ); mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );