[GRASS-SVN] r50017 -
grass/branches/develbranch_6/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 31 12:47:30 EST 2011
Author: martinl
Date: 2011-12-31 09:47:30 -0800 (Sat, 31 Dec 2011)
New Revision: 50017
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI: define title for 'about window'
(merge r50016 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py 2011-12-31 17:45:01 UTC (rev 50016)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py 2011-12-31 17:47:30 UTC (rev 50017)
@@ -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