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