Skip to content

Commit c32b69b

Browse files
author
jef
committedApr 11, 2008
GRASS plugin update
- toolbox: show module name in front of the label - cleanup QGM modules * fix typos * reindent and unify line endings * remove leading blanks and trailing blanks and dots from labels * remove leading module name as the toolbox now shows them automatically * rename r.cats.* to r.category.* git-svn-id: http://svn.osgeo.org/qgis/trunk@8339 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cd70d46 commit c32b69b

File tree

248 files changed

+1036
-1061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+1036
-1061
lines changed
 

‎src/plugins/grass/config/default.qgc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
</section>
216216
<section label="Reports and statistics">
217217
<section label="Reports">
218-
<grass name="r.cats"/>
218+
<grass name="r.category"/>
219219
</section>
220220
<section label="Statistics">
221221
<grass name="r.sum"/>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3-
4-
<qgisgrassmodule label=" db.connect - Sets general DB connection mapset" module="db.connect">
5-
<option key="driver" answer="dbf" hidden="no"/>
6-
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
7-
</qgisgrassmodule>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3+
4+
<qgisgrassmodule label="Sets general DB connection mapset" module="db.connect">
5+
<option key="driver" answer="dbf" hidden="no"/>
6+
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
7+
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.