[GRASS-SVN] r40823 -
grass/branches/releasebranch_6_4/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 5 03:26:26 EST 2010
Author: hamish
Date: 2010-02-05 03:26:25 -0500 (Fri, 05 Feb 2010)
New Revision: 40823
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
fix v.label in menu (trac #907; merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2010-02-05 08:23:12 UTC (rev 40822)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2010-02-05 08:26:25 UTC (rev 40823)
@@ -1644,15 +1644,15 @@
<separator />
<menuitem>
<label>Create labels</label>
- <help>Create optimally placed labels for vector map(s)</help>
+ <help>Creates paint labels for a vector map from attached attributes.</help>
<handler>self.OnMenuCmd</handler>
- <command>v.label.sa</command>
+ <command>v.label</command>
</menuitem>
<menuitem>
<label>Create optimally placed labels</label>
- <help>Creates paint labels for a vector map from attached attributes.</help>
+ <help>Create optimally placed labels for vector map(s)</help>
<handler>self.OnMenuCmd</handler>
- <command>v.label</command>
+ <command>v.label.sa</command>
</menuitem>
<separator />
<menuitem>
More information about the grass-commit
mailing list