[GRASS-SVN] r42202 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 9 17:03:48 EDT 2010


Author: martinl
Date: 2010-05-09 17:03:48 -0400 (Sun, 09 May 2010)
New Revision: 42202

Modified:
   grass/trunk/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: change title


Modified: grass/trunk/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gmodeler.py	2010-05-09 20:59:37 UTC (rev 42201)
+++ grass/trunk/gui/wxpython/gui_modules/gmodeler.py	2010-05-09 21:03:48 UTC (rev 42202)
@@ -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