/[thuban]/branches/WIP-pyshapelib-bramz/Extensions/wms/infodialog.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Extensions/wms/infodialog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2554 by joey, Sun Apr 11 18:15:33 2004 UTC revision 2555 by joey, Sun Feb 6 16:47:34 2005 UTC
# Line 48  class wmsInfoDialog(ThubanFrame): Line 48  class wmsInfoDialog(ThubanFrame):
48      This dialog will display the title of the WMS resource      This dialog will display the title of the WMS resource
49      """      """
50    
51      def __init__(self, parent, name, title, layer):      def __init__(self, parent, name, layer, *args, **kw):
52          """          """
53          Build the information dialog          Build the information dialog
54          """          """
55            title = _("WMS Information")
56          ThubanFrame.__init__(self, parent, name, title)          ThubanFrame.__init__(self, parent, name, title)
57    
58          self.dialog_layout(self.calcText(layer))          self.dialog_layout(self.calcText(layer))

Legend:
Removed from v.2554  
changed lines
  Added in v.2555

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26