Преглед на файлове

fix https://trac.osgeo.org/grass/ticket/1223

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44412 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa преди 14 години
родител
ревизия
fda4f737d0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -2180,7 +2180,7 @@ class MapsetAccess(wx.Dialog):
                  title=_('Manage access to mapsets'),
                  size = (350, 400),
                  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER, **kwargs):
-        wx.Dialog.__init__(self, parent, id, title, pos, size, style)
+        wx.Dialog.__init__(self, parent, id, title, size = size, style = style)
 
         self.all_mapsets_ordered = utils.ListOfMapsets(get = 'ordered')
         self.accessible_mapsets  = utils.ListOfMapsets(get = 'accessible')