[GRASS-SVN] r51613 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 10 08:27:23 EDT 2012
Author: martinl
Date: 2012-05-10 05:27:23 -0700 (Thu, 10 May 2012)
New Revision: 51613
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI/WMSDialog: remove redundant argument
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-05-09 16:38:22 UTC (rev 51612)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-05-10 12:27:23 UTC (rev 51613)
@@ -1271,7 +1271,7 @@
def OnImportWMS(self, event):
"""!Import data from OGC WMS server"""
from ogc_services.wms import WMSDialog
- dlg = WMSDialog(parent = self, service = 'wms')
+ dlg = WMSDialog(parent = self)
dlg.CenterOnScreen()
if dlg.ShowModal() == wx.ID_OK: # -> import layers
More information about the grass-commit
mailing list