[GRASS-SVN] r40409 - grass/branches/releasebranch_6_4/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 13 02:01:01 EST 2010
Author: neteler
Date: 2010-01-13 02:01:00 -0500 (Wed, 13 Jan 2010)
New Revision: 40409
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
backport r40408 (trac #868)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2010-01-13 06:02:07 UTC (rev 40408)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2010-01-13 07:01:00 UTC (rev 40409)
@@ -1666,7 +1666,7 @@
authorwin = scrolled.ScrolledPanel(panel, id=wx.ID_ANY,
size=wx.DefaultSize,
style = wx.TAB_TRAVERSAL|wx.SUNKEN_BORDER)
- authortxt = wx.StaticText(authorwin, id=wx.ID_ANY, label=str(authors))
+ authortxt = wx.StaticText(authorwin, id=wx.ID_ANY, label=authors)
authorwin.SetAutoLayout(1)
authorwin.SetupScrolling()
authorwin.sizer = wx.BoxSizer(wx.VERTICAL)
More information about the grass-commit
mailing list