[GRASS-SVN] r50014 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 31 12:25:13 EST 2011


Author: martinl
Date: 2011-12-31 09:25:12 -0800 (Sat, 31 Dec 2011)
New Revision: 50014

Modified:
   grass/trunk/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI: syntax cosmetics (1->True)


Modified: grass/trunk/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/ghelp.py	2011-12-31 17:24:26 UTC (rev 50013)
+++ grass/trunk/gui/wxpython/gui_core/ghelp.py	2011-12-31 17:25:12 UTC (rev 50014)
@@ -541,7 +541,7 @@
             authors = _('%s file missing') % 'AUTHORS'
         authorwin = ScrolledPanel(self)
         authortxt = wx.StaticText(authorwin, id = wx.ID_ANY, label = authors)
-        authorwin.SetAutoLayout(1)
+        authorwin.SetAutoLayout(True)
         authorwin.SetupScrolling()
         authorwin.sizer = wx.BoxSizer(wx.VERTICAL)
         authorwin.sizer.Add(item = authortxt, proportion = 1,



More information about the grass-commit mailing list