plugins/svgui/svgui.py
changeset 105 434aed8dc58d
parent 82 d7b4dd1f543f
child 137 187a4e2412e5
--- a/plugins/svgui/svgui.py	Mon Feb 18 18:34:24 2008 +0100
+++ b/plugins/svgui/svgui.py	Thu Feb 21 11:42:33 2008 +0100
@@ -123,15 +123,15 @@
         {"bitmap" : os.path.join("images","HMIEditor"),
          "name" : "HMI Editor",
          "tooltip" : "HMI Editor",
-         "method" : _OpenView},
+         "method" : "_OpenView"},
         {"bitmap" : os.path.join("images","ImportSVG"),
          "name" : "Import SVG",
          "tooltip" : "Import SVG",
-         "method" : _OpenView},
+         "method" : "_OpenView"},
         {"bitmap" : os.path.join("images","ImportDEF"),
          "name" : "Import DEF",
          "tooltip" : "Import DEF",
-         "method" : _OpenView},
+         "method" : "_OpenView"},
     ]
     
     def OnPlugSave(self):