[GRASS-SVN] r45603 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 7 13:40:19 EST 2011
Author: martinl
Date: 2011-03-07 10:40:19 -0800 (Mon, 07 Mar 2011)
New Revision: 45603
Modified:
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: don't close dialogs be default
(merge r45601 from relbr64)
Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2011-03-07 18:39:00 UTC (rev 45602)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2011-03-07 18:40:19 UTC (rev 45603)
@@ -181,7 +181,7 @@
'enabled' : False
},
'closeDlg' : {
- 'enabled' : True
+ 'enabled' : False
},
'verbosity' : {
'selection' : 'grassenv'
More information about the grass-commit
mailing list