etherlab/EthercatMaster.py
changeset 2149 7f473761c932
parent 2147 a8b095de63e8
child 2152 e6946c298a42
--- a/etherlab/EthercatMaster.py	Fri May 10 09:16:07 2013 +0200
+++ b/etherlab/EthercatMaster.py	Thu May 16 23:21:01 2013 +0200
@@ -247,6 +247,9 @@
             self.CreateBuffer(False)
             self.OnCTNSave()
     
+    def GetIconName(self):
+        return "Ethercat"
+    
     def GetContextualMenuItems(self):
         return [("Add Ethercat Slave", "Add Ethercat Slave to Master", self.OnAddEthercatSlave)]