[GRASS-SVN] r42203 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 9 17:06:48 EDT 2010
Author: martinl
Date: 2010-05-09 17:06:48 -0400 (Sun, 09 May 2010)
New Revision: 42203
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: change title
(merge r42202 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2010-05-09 21:03:48 UTC (rev 42202)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2010-05-09 21:06:48 UTC (rev 42203)
@@ -243,7 +243,8 @@
data.Update()
class ModelFrame(wx.Frame):
- def __init__(self, parent, id = wx.ID_ANY, title = _("Graphical modeler (under development)"), **kwargs):
+ def __init__(self, parent, id = wx.ID_ANY,
+ title = _("GRASS GIS Graphical Modeler"), **kwargs):
"""!Graphical modeler main window
@param parent parent window
More information about the grass-commit
mailing list