|
@@ -28,9 +28,8 @@ from gui_core.wrap import Button
|
|
class DataCatalogFrame(wx.Frame):
|
|
class DataCatalogFrame(wx.Frame):
|
|
"""Frame for testing purposes only."""
|
|
"""Frame for testing purposes only."""
|
|
|
|
|
|
- def __init__(self, parent, giface=None):
|
|
|
|
- wx.Frame.__init__(self, parent=parent,
|
|
|
|
- title=_('Data Catalog'))
|
|
|
|
|
|
+ def __init__(self, parent, giface=None, title=_('Data Catalog')):
|
|
|
|
+ wx.Frame.__init__(self, parent=parent, title=title)
|
|
self.SetName("DataCatalog")
|
|
self.SetName("DataCatalog")
|
|
self.SetIcon(
|
|
self.SetIcon(
|
|
wx.Icon(
|
|
wx.Icon(
|