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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 3 05:56:47 EDT 2008


Author: martinl
Date: 2008-05-03 05:56:47 -0400 (Sat, 03 May 2008)
New Revision: 31225

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: print new region settings on 'set region' by default (more transparent to the user) [sync'ed with develbr6]

Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-05-03 09:56:18 UTC (rev 31224)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-05-03 09:56:47 UTC (rev 31225)
@@ -455,7 +455,7 @@
                                 (_("Set region"),
                                  _("Manages the boundary definitions for the geographic region."),
                                  "self.OnMenuCmd",
-                                 "g.region"),
+                                 "g.region -p"),
                                 )
                          ),
                         (_("GRASS working environment"), (



More information about the grass-commit mailing list