Skip to content

Commit 9e418aa

Browse files
author
pcav
committedNov 9, 2008
Major cleanup of GRASS modules. Closing #1151
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9613 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 84a03b8 commit 9e418aa

File tree

115 files changed

+114
-121
lines changed

Some content is hidden

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

115 files changed

+114
-121
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Print general DB connection" module="db.connect">
4+
<qgisgrassmodule label="Display general DB connection" module="db.connect">
55
<flag key="p" answer="on" hidden="yes"/>
66
</qgisgrassmodule>

‎src/plugins/grass/modules/db.select.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Print result of SQL selection from database" module="db.select">
4+
<qgisgrassmodule label="Display results of SQL selection from database" module="db.select">
55
<option key="table" />
66
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" />
77
<option key="driver" />

0 commit comments

Comments
 (0)
Please sign in to comment.