[GRASS-SVN] r35980 - grass/branches/releasebranch_6_4/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 20 06:20:23 EST 2009
Author: martinl
Date: 2009-02-20 06:20:23 -0500 (Fri, 20 Feb 2009)
New Revision: 35980
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
wxGUI: remove 'Experimental Prototype' from title
(merge from trunk, r35978)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2009-02-20 11:18:33 UTC (rev 35979)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2009-02-20 11:20:23 UTC (rev 35980)
@@ -95,7 +95,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