joey: thuban/Extensions/wms infodialog.py,1.2,1.3 
    cvs@intevation.de 
    cvs at intevation.de
       
    Sun Feb  6 17:47:37 CET 2005
    
    
  
Author: joey
Update of /thubanrepository/thuban/Extensions/wms
In directory doto:/tmp/cvs-serv25075/Extensions/wms
Modified Files:
	infodialog.py 
Log Message:
Adjusted the arguments of the contstructor to fit the global scheme
Index: infodialog.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/infodialog.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- infodialog.py	11 Apr 2004 18:15:33 -0000	1.2
+++ infodialog.py	6 Feb 2005 16:47:34 -0000	1.3
@@ -48,10 +48,11 @@
     This dialog will display the title of the WMS resource
     """
 
-    def __init__(self, parent, name, title, layer):
+    def __init__(self, parent, name, layer, *args, **kw):
         """
         Build the information dialog
         """
+        title = _("WMS Information")
         ThubanFrame.__init__(self, parent, name, title)
 
         self.dialog_layout(self.calcText(layer))
    
    
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)