Skip to content

Commit 269d256

Browse files
author
pcav
committedNov 7, 2008

Some content is hidden

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

43 files changed

+43
-43
lines changed
 
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="Sets general DB connection mapset" module="db.connect">
4+
<qgisgrassmodule label="Set general DB connection" module="db.connect">
55
<option key="driver" answer="dbf" hidden="no"/>
66
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
77
</qgisgrassmodule>

‎src/plugins/grass/modules/db.connect.schema.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="Sets general DB connection mapset with a schema" module="db.connect">
4+
<qgisgrassmodule label="Set general DB connection with a schema" module="db.connect">
55
<option key="driver" answer="dbf" hidden="no"/>
66
<option key="database" answer="$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/" hidden="no"/>
77
<option key="schema" answer=" " hidden="no"/>

0 commit comments

Comments
 (0)
Please sign in to comment.