Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More cleaning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9579 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Nov 7, 2008
1 parent e179385 commit 6d961a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.out.arc.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Converts GRASS raster into ESRI ARCGRID" module="r.out.arc">
<qgisgrassmodule label="Convert GRASS raster into ESRI ARCGRID" module="r.out.arc">
<option key="input" />
<option key="dp" answer="2"/>
<flag key="h" />
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.out.ppm.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Converts a GRASS raster map to a PPM image file at the pixel resolution of the CURRENTLY DEFINED REGION" module="r.out.ppm">
<qgisgrassmodule label="Convert GRASS raster to PPM image at the resolution of the current region" module="r.out.ppm">
<option key="input" />
<flag key="G" />
<file key="output" type="new" />
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.out.ppm3.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Converts 3 GRASS raster layers (R,G,B) to a PPM image file at the pixel resolution of the CURRENTLY DEFINED REGION" module="r.out.ppm3">
<qgisgrassmodule label="Convert 3 GRASS rasters (R,G,B) to PPM image at the resolution of the current region" module="r.out.ppm3">
<flag key="c" hidden="yes" />
<option key="red" />
<option key="green" />
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.out.dxf.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Converts GRASS vector to DXF" module="v.out.dxf">
<qgisgrassmodule label="Convert GRASS vector to DXF" module="v.out.dxf">
<option key="input" />
<file key="output" type="new" filters="DXF (*.dxf)"/>
</qgisgrassmodule>

0 comments on commit 6d961a5

Please sign in to comment.