beremiz
Clone
Summary
Browse
Changes
Graph
Added icon for wxGlade_hmi extension editor
2013-05-16, Laurent Bessard
32599dcf311f
Parents
a2b4d366bc66
Children
8fd44bc05aae
Added icon for wxGlade_hmi extension editor
1 files changed, 3 insertions(+), 0 deletions(-)
+3
-0
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__))