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)) |