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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 26 16:29:55 EST 2008


Author: martinl
Date: 2008-02-26 16:29:55 -0500 (Tue, 26 Feb 2008)
New Revision: 30366

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: use default title for Layer Manager

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2008-02-26 21:20:43 UTC (rev 30365)
+++ grass/trunk/gui/wxpython/wxgui.py	2008-02-26 21:29:55 UTC (rev 30366)
@@ -1267,7 +1267,6 @@
 
         # create and show main frame
         mainframe = GMFrame(parent=None, id=wx.ID_ANY,
-                            title=_("GRASS GIS Layer Manager"),
                             workspace = self.workspaceFile)
 
         mainframe.Show()



More information about the grass-commit mailing list