[GRASS-SVN] r31224 - grass/branches/develbranch_6/gui/wxpython/gui_modules

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


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

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: print new region settings on 'set region' by default (more transparent to the user)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-05-03 09:41:29 UTC (rev 31223)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-05-03 09:56:18 UTC (rev 31224)
@@ -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