浏览代码

small cosmetic change in error dialog of OnCreateMapset

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52846 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 13 年之前
父节点
当前提交
05804a378a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      gui/wxpython/gis_set.py

+ 2 - 1
gui/wxpython/gis_set.py

@@ -721,7 +721,8 @@ class GRASSStartup(wx.Frame):
                 self.lbmapsets.SetSelection(self.listOfMapsets.index(mapset))
                 self.lbmapsets.SetSelection(self.listOfMapsets.index(mapset))
             except StandardError, e:
             except StandardError, e:
                 GError(parent = self,
                 GError(parent = self,
-                       message = _("Unable to create new mapset: %s") % e)
+                       message = _("Unable to create new mapset: %s") % e,
+                       showTraceback = False)
                 return False
                 return False
         
         
         dlg.Destroy()
         dlg.Destroy()