c_ext/c_ext.py
changeset 734 5c42cafaee15
parent 729 25054c592dc4
child 738 413946c04c87
equal deleted inserted replaced
733:915be999f3f0 734:5c42cafaee15
   137         elif name == "Publish":
   137         elif name == "Publish":
   138             return self.CFile.publishFunction.gettext()
   138             return self.CFile.publishFunction.gettext()
   139         return ""
   139         return ""
   140                 
   140                 
   141     ConfNodeMethods = [
   141     ConfNodeMethods = [
   142         {"bitmap" : os.path.join("images", "EditCfile"),
   142         {"bitmap" : "EditCfile",
   143          "name" : _("Edit C File"), 
   143          "name" : _("Edit C File"), 
   144          "tooltip" : _("Edit C File"),
   144          "tooltip" : _("Edit C File"),
   145          "method" : "_OpenView"},
   145          "method" : "_OpenView"},
   146     ]
   146     ]
   147 
   147