[GRASS-SVN] r43218 - grass/branches/releasebranch_6_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 03:00:21 EDT 2010


Author: hamish
Date: 2010-08-24 07:00:21 +0000 (Tue, 24 Aug 2010)
New Revision: 43218

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
6.4 specific launch

Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-08-24 06:57:31 UTC (rev 43217)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-08-24 07:00:21 UTC (rev 43218)
@@ -654,7 +654,7 @@
 	      <label>Display map projection</label>
 	      <help>Print projection information (in conventional GRASS format).</help>
 	      <keywords>general,projection</keywords>
-	      <handler>RunMenuCmd</handler>
+	      <handler>self.RunMenuCmd</handler>
 	      <command>g.proj -p</command>
 	    </menuitem>
 	    <menuitem>



More information about the grass-commit mailing list