plugins/c_ext/c_ext.py
changeset 199 aa5f43bafad4
parent 180 f7dc9acda79e
child 203 cb9901076a21
--- a/plugins/c_ext/c_ext.py	Tue Jul 15 17:35:19 2008 +0200
+++ b/plugins/c_ext/c_ext.py	Tue Jul 15 17:57:04 2008 +0200
@@ -200,7 +200,8 @@
             self._View.Show()
 
     PluginMethods = [
-        {"name" : "Edit C File", 
+        {"bitmap" : os.path.join("images", "EditCfile"),
+         "name" : "Edit C File", 
          "tooltip" : "Edit C File",
          "method" : "_OpenView"},
     ]