Skip to content

Commit 9aae34a

Browse files
author
timlinux
committedDec 3, 2009
BugFix: enable theme switching to work for grass plugins again
git-svn-id: http://svn.osgeo.org/qgis/trunk@12330 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 574f77e commit 9aae34a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed
 

‎src/plugins/grass/qgsgrass_plugin.qrc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<RCC>
2-
<qresource prefix="/default/grass" >
2+
<qresource prefix="/images/themes/default/grass" >
33
<file alias="grass_add_map.png">themes/default/grass_add_map.png</file>
44
<file alias="grass_add_raster.png">themes/default/grass_add_raster.png</file>
55
<file alias="grass_add_vector.png">themes/default/grass_add_vector.png</file>
@@ -45,7 +45,7 @@
4545
<file alias="mapcalc_select.png">themes/default/mapcalc_select.png</file>
4646
<file alias="world.png">themes/default/world.png</file>
4747
</qresource>
48-
<qresource prefix="/classic/grass" >
48+
<qresource prefix="/images/themes/classic/grass" >
4949
<file alias="grass_add_map.png">themes/classic/grass_add_map.png</file>
5050
<file alias="grass_add_raster.png">themes/classic/grass_add_raster.png</file>
5151
<file alias="grass_add_vector.png">themes/classic/grass_add_vector.png</file>
@@ -91,7 +91,19 @@
9191
<file alias="mapcalc_select.png">themes/classic/mapcalc_select.png</file>
9292
<file alias="world.png">themes/classic/world.png</file>
9393
</qresource>
94-
<qresource prefix="/gis/grass" >
94+
<qresource prefix="/images/themes/newgis/grass" >
95+
<file alias="grass_add_raster.png">themes/gis/grass_add_raster.png</file>
96+
<file alias="grass_add_vector.png">themes/gis/grass_add_vector.png</file>
97+
<file alias="grass_close_mapset.png">themes/gis/grass_close_mapset.png</file>
98+
<file alias="grass_new_mapset.png">themes/gis/grass_new_mapset.png</file>
99+
<file alias="grass_open_mapset.png">themes/gis/grass_open_mapset.png</file>
100+
<file alias="grass_new_vector_layer.png">themes/gis/grass_new_vector_layer.png</file>
101+
<file alias="grass_region_edit.png">themes/gis/grass_region_edit.png</file>
102+
<file alias="grass_region.png">themes/gis/grass_region.png</file>
103+
<file alias="grass_edit.png">themes/gis/grass_edit.png</file>
104+
<file alias="grass_tools.png">themes/gis/grass_tools.png</file>
105+
</qresource>
106+
<qresource prefix="/images/themes/gis/grass" >
95107
<file alias="grass_add_raster.png">themes/gis/grass_add_raster.png</file>
96108
<file alias="grass_add_vector.png">themes/gis/grass_add_vector.png</file>
97109
<file alias="grass_close_mapset.png">themes/gis/grass_close_mapset.png</file>

0 commit comments

Comments
 (0)