[GRASS-SVN] r45778 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 27 02:10:18 EDT 2011


Author: martinl
Date: 2011-03-26 23:10:18 -0700 (Sat, 26 Mar 2011)
New Revision: 45778

Modified:
   grass/trunk/gui/wxpython/gui_modules/ghelp.py
Log:
fix typo


Modified: grass/trunk/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/ghelp.py	2011-03-27 02:29:59 UTC (rev 45777)
+++ grass/trunk/gui/wxpython/gui_modules/ghelp.py	2011-03-27 06:10:18 UTC (rev 45778)
@@ -811,7 +811,7 @@
         
         self.optionBox = wx.StaticBox(parent = self.panel, id = wx.ID_ANY,
                                       label = " %s " % _("Options"))
-        task = menuform.GUI().ParseInterface(cmd = ['g.extension.py'])
+        task = menuform.GUI().ParseInterface(cmd = ['g.extension'])
         for f in task.get_options()['flags']:
             name = f.get('name', '')
             desc = f.get('label', '')



More information about the grass-commit mailing list