From d8b5738033a921d69c2dcefc948232341a3357b7 Mon Sep 17 00:00:00 2001 From: mhugent Date: Sun, 8 Nov 2009 17:37:13 +0000 Subject: [PATCH] Change rotate point icon on theme change git-svn-id: http://svn.osgeo.org/qgis/trunk@12025 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/app/qgisapp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index 33f04ee3f5e..7aa18d0fba6 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" ) );