grass_modules-64_fixes.diff

Bugfix for g.proj.wkt + formatting fix - Markus Neteler, 2010-10-18 12:43 PM

Download (1.17 KB)

View differences:

src/plugins/grass/modules-6.4/g.proj.wkt.qgm (working copy)
4 4
<qgisgrassmodule label="Create new location from .prj (WKT) file" module="g.proj">
5 5
	<flag key="c" answer="on" hidden="yes" />
6 6
	<file key="wkt"/>
7
	<file key="location"/>
7
	<option key="location" />
8 8
</qgisgrassmodule>
src/plugins/grass/modules-6.4/default.qgc (working copy)
51 51
					<grass name="r.in.aster"/>
52 52
					<grass name="r.in.wms"/>
53 53
				</section>
54

  
55 54
			</section>
56 55
			<section label="Import vector into GRASS">
57 56
				<section label="Import vector into GRASS from QGIS view">
......
73 72
					<grass name="v.in.gns"/>
74 73
				</section>
75 74
			</section>
76
<section label="Import from database into GRASS">
75
			<section label="Import from database into GRASS">
77 76
				<grass name="db.in.ogr"/>
78 77
			</section>
79 78
		</section>