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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 13 02:02:23 EST 2010


Author: neteler
Date: 2010-01-13 02:02:23 -0500 (Wed, 13 Jan 2010)
New Revision: 40410

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py
Log:
backport r40408 (trac #868)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py	2010-01-13 07:01:00 UTC (rev 40409)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py	2010-01-13 07:02:23 UTC (rev 40410)
@@ -508,7 +508,7 @@
             authors = _('%s file missing') % 'AUTHORS'
         authorwin = scrolled.ScrolledPanel(self, id=wx.ID_ANY, 
                                            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