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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 12 05:05:34 EST 2008


Author: martinl
Date: 2008-02-12 05:05:34 -0500 (Tue, 12 Feb 2008)
New Revision: 30092

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: note experimental status of GUI in title of the main window

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2008-02-12 05:31:08 UTC (rev 30091)
+++ grass/trunk/gui/wxpython/wxgui.py	2008-02-12 10:05:34 UTC (rev 30092)
@@ -87,7 +87,8 @@
     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"),
                  workspace=None):
         self.parent    = parent
         self.baseTitle = title
@@ -1259,7 +1260,7 @@
 
         # create and show main frame
         mainframe = GMFrame(parent=None, id=wx.ID_ANY,
-                            title=_("GRASS GIS Layer Manager"),
+                            title=_("GRASS GIS Layer Manager (Experimental Prototype)"),
                             workspace = self.workspaceFile)
 
         mainframe.Show()



More information about the grass-commit mailing list