etherlab/etherlab.py
changeset 2149 7f473761c932
parent 2139 1565239349a8
child 2152 e6946c298a42
--- a/etherlab/etherlab.py	Fri May 10 09:16:07 2013 +0200
+++ b/etherlab/etherlab.py	Thu May 16 23:21:01 2013 +0200
@@ -464,6 +464,9 @@
         self.ModulesLibrary = None
         self.LoadModulesLibrary()
     
+    def GetIconName(self):
+        return "Ethercat"
+    
     def GetModulesLibraryPath(self, project_path=None):
         if project_path is None:
             project_path = self.CTNPath()