[GRASS-SVN] r35978 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 20 06:16:47 EST 2009
Author: martinl
Date: 2009-02-20 06:16:47 -0500 (Fri, 20 Feb 2009)
New Revision: 35978
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: remove 'Experimental Prototype' from title
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2009-02-20 09:18:25 UTC (rev 35977)
+++ grass/trunk/gui/wxpython/wxgui.py 2009-02-20 11:16:47 UTC (rev 35978)
@@ -93,7 +93,7 @@
GRASS GIS. Includes command console page for typing GRASS
(and other) commands, tree widget page for managing GIS map layers.
"""
- def __init__(self, parent, id=wx.ID_ANY, title=_("GRASS GIS Layer Manager (Experimental Prototype)"),
+ def __init__(self, parent, id=wx.ID_ANY, title=_("GRASS GIS Layer Manager"),
workspace=None):
self.parent = parent
self.baseTitle = title
More information about the grass-commit
mailing list