[GRASS-SVN] r31191 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 1 09:12:06 EDT 2008


Author: martinl
Date: 2008-05-01 09:12:06 -0400 (Thu, 01 May 2008)
New Revision: 31191

Modified:
   grass/branches/develbranch_6/gui/wxpython/gis_set.py
Log:
wxGUI (gis_set): header doxygonized, dialog caption for new mapset fixed

Modified: grass/branches/develbranch_6/gui/wxpython/gis_set.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gis_set.py	2008-05-01 09:42:14 UTC (rev 31190)
+++ grass/branches/develbranch_6/gui/wxpython/gis_set.py	2008-05-01 13:12:06 UTC (rev 31191)
@@ -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