[GRASS-SVN] r30588 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 16 13:43:39 EDT 2008
Author: martinl
Date: 2008-03-16 13:43:38 -0400 (Sun, 16 Mar 2008)
New Revision: 30588
Modified:
grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: fix menu item 'Show settings'
Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-03-16 17:13:00 UTC (rev 30587)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-03-16 17:43:38 UTC (rev 30588)
@@ -394,7 +394,7 @@
(_("Show settings"),
_("Show current GRASS environment settings"),
"self.RunMenuCmd",
- "g.gisenv"),
+ "g.gisenv --v"),
(_("Change settings"),
_("Change GRASS environment settings"),
"self.OnMenuCmd",
More information about the grass-commit
mailing list