[GRASS-SVN] r31192 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 1 09:13:25 EDT 2008
Author: martinl
Date: 2008-05-01 09:13:25 -0400 (Thu, 01 May 2008)
New Revision: 31192
Modified:
grass/trunk/gui/wxpython/gis_set.py
Log:
wxGUI (gis_set): header doxygonized, dialog caption for new mapset fixed (sync'ed with develbr6)
Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py 2008-05-01 13:12:06 UTC (rev 31191)
+++ grass/trunk/gui/wxpython/gis_set.py 2008-05-01 13:13:25 UTC (rev 31192)
@@ -1,23 +1,23 @@
"""
-MODULE: gis_set.py
+ at package gis_set.py
-CLASSES:
- * GRASSStartup
- * HelpWindow
- * StartUp
+GRASS start-up screen.
-PURPOSE: Initialization module for wxPython GRASS GUI.
- Location/mapset management (selection, creation, etc.).
+Initialization module for wxPython GRASS GUI.
+Location/mapset management (selection, creation, etc.).
-AUTHORS: The GRASS Development Team
- Michael Barton
- Jachym Cepicky
- Martin Landa <landa.martin gmail.com>
+Classes:
+ - GRASSStartup
+ - HelpWindow
+ - StartUp
COPYRIGHT: (C) 2006-2008 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
+
+ at author Michael Barton and Jachym Cepicky (original author)
+Martin Landa <landa.martin gmail.com> (various updates)
"""
import os
@@ -644,7 +644,7 @@
dlg = wx.TextEntryDialog(parent=self,
message=_('Enter name for new mapset:'),
- caption='Rename selected mapset')
+ caption=_('Create new mapset'))
if dlg.ShowModal() == wx.ID_OK:
mapset = dlg.GetValue()
More information about the grass-commit
mailing list