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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 25 10:10:15 EDT 2008


Author: martinl
Date: 2008-08-25 10:10:15 -0400 (Mon, 25 Aug 2008)
New Revision: 33059

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/vdigit: don't ask if to save move by default (undo is disabled now)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2008-08-25 14:07:59 UTC (rev 33058)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2008-08-25 14:10:15 UTC (rev 33059)
@@ -322,7 +322,7 @@
                     },
                 # exit
                 'saveOnExit' : {
-                    'enabled' : False
+                    'enabled' : True
                     },
                 # break lines on intersection
                 'breakLines' : {



More information about the grass-commit mailing list