|
@@ -1244,7 +1244,7 @@ class GdalImportDialog(ImportDialog):
|
|
def OnCmdDialog(self, event):
|
|
def OnCmdDialog(self, event):
|
|
"""!Show command dialog"""
|
|
"""!Show command dialog"""
|
|
name = self._getCommand()
|
|
name = self._getCommand()
|
|
- menuform.GUI(parentframe = self, modal = True).ParseCommand(cmd = [name])
|
|
|
|
|
|
+ menuform.GUI(parent = self, modal = True).ParseCommand(cmd = [name])
|
|
|
|
|
|
class DxfImportDialog(ImportDialog):
|
|
class DxfImportDialog(ImportDialog):
|
|
"""!Dialog for bulk import of DXF layers"""
|
|
"""!Dialog for bulk import of DXF layers"""
|