Added icon for wxGlade_hmi extension editor
authorLaurent Bessard
Thu, 16 May 2013 23:01:03 +0200
changeset 1163 32599dcf311f
parent 1162 a2b4d366bc66
child 1164 8fd44bc05aae
Added icon for wxGlade_hmi extension editor
wxglade_hmi/wxglade_hmi.py
--- a/wxglade_hmi/wxglade_hmi.py	Thu May 16 15:46:57 2013 +0200
+++ b/wxglade_hmi/wxglade_hmi.py	Thu May 16 23:01:03 2013 +0200
@@ -13,6 +13,9 @@
          "method" : "_editWXGLADE"},
     ]
 
+    def GetIconName(self):
+        return "wxGlade"
+
     def ConfNodePath(self):
         return os.path.join(os.path.dirname(__file__))