[QGIS Commit] r12330 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Dec 3 14:58:43 EST 2009


Author: timlinux
Date: 2009-12-03 14:58:42 -0500 (Thu, 03 Dec 2009)
New Revision: 12330

Modified:
   trunk/qgis/src/plugins/grass/qgsgrass_plugin.qrc
Log:
BugFix: enable theme switching to work for grass plugins again

Modified: trunk/qgis/src/plugins/grass/qgsgrass_plugin.qrc
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrass_plugin.qrc	2009-12-03 17:23:30 UTC (rev 12329)
+++ trunk/qgis/src/plugins/grass/qgsgrass_plugin.qrc	2009-12-03 19:58:42 UTC (rev 12330)
@@ -1,5 +1,5 @@
 <RCC>
-    <qresource prefix="/default/grass" >
+    <qresource prefix="/images/themes/default/grass" >
       <file alias="grass_add_map.png">themes/default/grass_add_map.png</file>
       <file alias="grass_add_raster.png">themes/default/grass_add_raster.png</file>
       <file alias="grass_add_vector.png">themes/default/grass_add_vector.png</file>
@@ -45,7 +45,7 @@
       <file alias="mapcalc_select.png">themes/default/mapcalc_select.png</file>
       <file alias="world.png">themes/default/world.png</file>
     </qresource>
-    <qresource prefix="/classic/grass" >
+    <qresource prefix="/images/themes/classic/grass" >
       <file alias="grass_add_map.png">themes/classic/grass_add_map.png</file>
       <file alias="grass_add_raster.png">themes/classic/grass_add_raster.png</file>
       <file alias="grass_add_vector.png">themes/classic/grass_add_vector.png</file>
@@ -91,7 +91,7 @@
       <file alias="mapcalc_select.png">themes/classic/mapcalc_select.png</file>
       <file alias="world.png">themes/classic/world.png</file>
     </qresource>
-    <qresource prefix="/gis/grass" >
+    <qresource prefix="/images/themes/newgis/grass" >
       <file alias="grass_add_raster.png">themes/gis/grass_add_raster.png</file>
       <file alias="grass_add_vector.png">themes/gis/grass_add_vector.png</file>
       <file alias="grass_close_mapset.png">themes/gis/grass_close_mapset.png</file>
@@ -103,5 +103,17 @@
       <file alias="grass_edit.png">themes/gis/grass_edit.png</file>
       <file alias="grass_tools.png">themes/gis/grass_tools.png</file>
     </qresource>
+    <qresource prefix="/images/themes/gis/grass" >
+      <file alias="grass_add_raster.png">themes/gis/grass_add_raster.png</file>
+      <file alias="grass_add_vector.png">themes/gis/grass_add_vector.png</file>
+      <file alias="grass_close_mapset.png">themes/gis/grass_close_mapset.png</file>
+      <file alias="grass_new_mapset.png">themes/gis/grass_new_mapset.png</file>
+      <file alias="grass_open_mapset.png">themes/gis/grass_open_mapset.png</file>
+      <file alias="grass_new_vector_layer.png">themes/gis/grass_new_vector_layer.png</file>
+      <file alias="grass_region_edit.png">themes/gis/grass_region_edit.png</file>
+      <file alias="grass_region.png">themes/gis/grass_region.png</file>
+      <file alias="grass_edit.png">themes/gis/grass_edit.png</file>
+      <file alias="grass_tools.png">themes/gis/grass_tools.png</file>
+    </qresource>
 </RCC>
 



More information about the QGIS-commit mailing list