[GRASS-SVN] r30070 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 10 15:21:54 EST 2008
Author: martinl
Date: 2008-02-10 15:21:54 -0500 (Sun, 10 Feb 2008)
New Revision: 30070
Modified:
grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: do not close dialog on Run by default
Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py 2008-02-10 19:45:15 UTC (rev 30069)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py 2008-02-10 20:21:54 UTC (rev 30070)
@@ -659,7 +659,7 @@
# close dialog on run?
self.closebox = wx.CheckBox(parent=self,
label=_('Close dialog on run'), style = wx.NO_BORDER)
- self.closebox.SetValue(True)
+ self.closebox.SetValue(False)
guisizer.Add(item=self.closebox, proportion=0,
flag=wx.EXPAND | wx.LEFT | wx.RIGHT | wx.BOTTOM,
border=5)
More information about the grass-commit
mailing list