[QGIS Commit] r10703 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat May 2 12:29:56 EDT 2009


Author: wonder
Date: 2009-05-02 12:29:56 -0400 (Sat, 02 May 2009)
New Revision: 10703

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
Make sure that the new tools' icons are updated when changing theme.


Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2009-05-02 16:25:45 UTC (rev 10702)
+++ trunk/qgis/src/app/qgisapp.cpp	2009-05-02 16:29:56 UTC (rev 10703)
@@ -1531,8 +1531,11 @@
   mActionAddVertex->setIcon( getThemeIcon( "/mActionAddVertex.png" ) );
   mActionMoveVertex->setIcon( getThemeIcon( "/mActionMoveVertex.png" ) );
   mActionDeleteVertex->setIcon( getThemeIcon( "/mActionDeleteVertex.png" ) );
+  mActionSimplifyFeature->setIcon( getThemeIcon( "/mActionSimplify.png" ) );
   mActionAddRing->setIcon( getThemeIcon( "/mActionAddRing.png" ) );
   mActionAddIsland->setIcon( getThemeIcon( "/mActionAddIsland.png" ) );
+  mActionDeleteHole->setIcon( getThemeIcon( "/mActionDeleteHole.png" ) );
+  mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) );
   mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) );
   mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );
   mActionZoomFullExtent->setIcon( getThemeIcon( "/mActionZoomFullExtent.png" ) );



More information about the QGIS-commit mailing list