fixed typo in svgui.py
authorgreg
Fri, 04 Apr 2008 15:42:03 +0200
changeset 139 09923f7ee87e
parent 138 3a6ebb01760a
child 140 e0072be41a04
fixed typo in svgui.py
plugins/svgui/svgui.py
--- a/plugins/svgui/svgui.py	Thu Apr 03 18:26:40 2008 +0200
+++ b/plugins/svgui/svgui.py	Fri Apr 04 15:42:03 2008 +0200
@@ -166,7 +166,7 @@
         {"bitmap" : os.path.join("images","ImportDEF"),
          "name" : "Import XML",
          "tooltip" : "Import XML",
-         "method" : "_InportXML"},
+         "method" : "_ImportXML"},
     ]
     
     def OnPlugSave(self):