plugins/c_ext/c_ext.py
changeset 105 434aed8dc58d
parent 86 f0a9d74e3b26
child 106 9810689febb0
--- a/plugins/c_ext/c_ext.py	Mon Feb 18 18:34:24 2008 +0100
+++ b/plugins/c_ext/c_ext.py	Thu Feb 21 11:42:33 2008 +0100
@@ -103,10 +103,10 @@
     PluginMethods = [
         {"name" : "Edit C File", 
          "tooltip" : "Edit C File",
-         "method" : _OpenView},
+         "method" : "_OpenView"},
         {"name" : "Import C File", 
          "tooltip" : "Import C File",
-         "method" : _OpenView}
+         "method" : "_OpenView"}
     ]
 
     def SaveCView(self, name):