Skip to content

Commit 5b3f0ec

Browse files
author
jef
committedMar 20, 2009

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
 

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,16 @@
8181
<grass name="g.region.save"/>
8282
<grass name="g.region.zoom"/>
8383
<grass name="g.region.multiple.raster"/>
84-
<grass name="g.region.multiple.vector"/> </section>
84+
<grass name="g.region.multiple.vector"/>
85+
</section>
8586
<section label="Projection management">
86-
<section label="Print projection information of the current location"> <grass name="g.proj.print"/>
87-
</section>
87+
<section label="Print projection information of the current location">
88+
<grass name="g.proj.print"/>
89+
</section>
8890
<section label="Print projection information from a georeferenced file">
89-
<grass name="g.proj.geo"/>
91+
<grass name="g.proj.geo"/>
9092
<grass name="g.proj.ascii"/>
91-
<grass name="g.proj.proj"/>
93+
<grass name="g.proj.proj"/>
9294
</section>
9395
<section label="Print projection information from a georeferenced file and create a new location based on it">
9496
<grass name="g.proj.geo.new"/>

0 commit comments

Comments
 (0)
Please sign in to comment.