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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 23 00:14:39 PDT 2012


Author: lucadelu
Date: 2012-08-23 00:14:38 -0700 (Thu, 23 Aug 2012)
New Revision: 52846

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
small cosmetic change in error dialog of OnCreateMapset

Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2012-08-22 20:46:29 UTC (rev 52845)
+++ grass/trunk/gui/wxpython/gis_set.py	2012-08-23 07:14:38 UTC (rev 52846)
@@ -721,7 +721,8 @@
                 self.lbmapsets.SetSelection(self.listOfMapsets.index(mapset))
             except StandardError, e:
                 GError(parent = self,
-                       message = _("Unable to create new mapset: %s") % e)
+                       message = _("Unable to create new mapset: %s") % e,
+                       showTraceback = False)
                 return False
         
         dlg.Destroy()



More information about the grass-commit mailing list