[GRASS-SVN] r33060 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 25 10:14:50 EDT 2008
Author: martinl
Date: 2008-08-25 10:14:50 -0400 (Mon, 25 Aug 2008)
New Revision: 33060
Modified:
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/vdigit: don't ask if to save move by default (undo is disabled now)
(merge from devbr6, r33059)
Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-08-25 14:10:15 UTC (rev 33059)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-08-25 14:14:50 UTC (rev 33060)
@@ -322,7 +322,7 @@
},
# exit
'saveOnExit' : {
- 'enabled' : False
+ 'enabled' : True
},
# break lines on intersection
'breakLines' : {
More information about the grass-commit
mailing list