c_ext/c_ext.py
changeset 734 5c42cafaee15
parent 729 25054c592dc4
child 738 413946c04c87
--- a/c_ext/c_ext.py	Sat May 19 19:00:55 2012 +0200
+++ b/c_ext/c_ext.py	Sun May 20 19:07:09 2012 +0200
@@ -139,7 +139,7 @@
         return ""
                 
     ConfNodeMethods = [
-        {"bitmap" : os.path.join("images", "EditCfile"),
+        {"bitmap" : "EditCfile",
          "name" : _("Edit C File"), 
          "tooltip" : _("Edit C File"),
          "method" : "_OpenView"},