[GRASS-SVN] r30199 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 16 20:55:23 EST 2008


Author: cmbarton
Date: 2008-02-16 20:55:23 -0500 (Sat, 16 Feb 2008)
New Revision: 30199

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
Putting experimental prototype back in title

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2008-02-17 01:21:40 UTC (rev 30198)
+++ grass/trunk/gui/wxpython/wxgui.py	2008-02-17 01:55:23 UTC (rev 30199)
@@ -89,7 +89,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"),
+    def __init__(self, parent, id=wx.ID_ANY, title=_("GRASS GIS Layer Manager (Experimental Prototype)"),
                  workspace=None):
         self.parent    = parent
         self.baseTitle = title



More information about the grass-commit mailing list