plugins/canfestival/canfestival.py
changeset 65 e55d6faee9d1
parent 59 b6ff896ff58b
child 77 7de69369373e
--- a/plugins/canfestival/canfestival.py	Wed Oct 24 17:40:12 2007 +0200
+++ b/plugins/canfestival/canfestival.py	Thu Oct 25 16:46:56 2007 +0200
@@ -50,7 +50,12 @@
             self._View._onsave = _onsave
             self._View.Show()
 
-    PluginMethods = [("NetworkEdit",_OpenView)]
+    PluginMethods = [
+        {"bitmap" : os.path.join("images", "NetworkEdit.png"),
+         "name" : "Edit network", 
+         "tooltip" : "Edit CanOpen Network with NetworkEdit",
+         "method" : _OpenView}
+    ]
 
     def OnPlugClose(self):
         if self._View: