Skip to content

Commit

Permalink
Bugfix on r.colors.* modules
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10451 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Apr 1, 2009
1 parent 92ea0e8 commit b44451e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.colors.rast.qgm
Expand Up @@ -2,6 +2,6 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Set raster color table from existing raster" module="r.colors">
<option key="map" update="yes" />
<option key="map" />
<option key="raster" />
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.colors.rules.qgm
Expand Up @@ -2,6 +2,6 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Set raster color table from user-defined rules" module="r.colors">
<option key="map" update="yes" />
<option key="map" />
<file key="rules" type="old" />
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.colors.table.qgm
Expand Up @@ -2,6 +2,6 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Set raster color table from setted tables" module="r.colors">
<option key="map" update="yes" />
<option key="map" />
<option key="color" />
</qgisgrassmodule>

0 comments on commit b44451e

Please sign in to comment.