Browse Source

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 12 năm trước cách đây
mục cha
commit
05804a378a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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))
             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()