wxglade_hmi/wxglade_hmi.py
changeset 734 5c42cafaee15
parent 728 e0424e96e3fd
child 834 d613696aad01
--- a/wxglade_hmi/wxglade_hmi.py	Sat May 19 19:00:55 2012 +0200
+++ b/wxglade_hmi/wxglade_hmi.py	Sun May 20 19:07:09 2012 +0200
@@ -2,13 +2,12 @@
 import os, sys
 from xml.dom import minidom
 
-from util import opjimg
 from py_ext import PythonFileCTNMixin
 
 class WxGladeHMI(PythonFileCTNMixin):
 
     ConfNodeMethods = [
-        {"bitmap" : opjimg("editWXGLADE"),
+        {"bitmap" : "editWXGLADE",
          "name" : _("WXGLADE GUI"),
          "tooltip" : _("Edit a WxWidgets GUI with WXGlade"),
          "method" : "_editWXGLADE"},