[GRASS-SVN] r50016 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 31 12:45:01 EST 2011
Author: martinl
Date: 2011-12-31 09:45:01 -0800 (Sat, 31 Dec 2011)
New Revision: 50016
Modified:
grass/trunk/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI: define title for 'about window'
Modified: grass/trunk/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/ghelp.py 2011-12-31 17:27:27 UTC (rev 50015)
+++ grass/trunk/gui/wxpython/gui_core/ghelp.py 2011-12-31 17:45:01 UTC (rev 50016)
@@ -382,7 +382,7 @@
"""
def __init__(self, parent, size = (750, 400),
title = _('About GRASS GIS'), **kwargs):
- wx.Frame.__init__(self, parent = parent, id = wx.ID_ANY, size = size, **kwargs)
+ wx.Frame.__init__(self, parent = parent, id = wx.ID_ANY, title = title, size = size, **kwargs)
panel = wx.Panel(parent = self, id = wx.ID_ANY)
More information about the grass-commit
mailing list