[GRASS-SVN] r32768 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 14 13:51:52 EDT 2008
Author: martinl
Date: 2008-08-14 13:51:51 -0400 (Thu, 14 Aug 2008)
New Revision: 32768
Modified:
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: overlay rasters by default (merge from devbr6, r32767)
Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-08-14 17:46:56 UTC (rev 32767)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-08-14 17:51:51 UTC (rev 32768)
@@ -144,7 +144,7 @@
},
# d.rast
'rasterOverlay' : {
- 'enabled' : False
+ 'enabled' : True
},
# d.vect
'showType': {
More information about the grass-commit
mailing list