plugins/svgui/svgui.py
changeset 82 d7b4dd1f543f
parent 73 5e1e3d46c0c9
child 105 434aed8dc58d
--- a/plugins/svgui/svgui.py	Mon Dec 10 23:23:19 2007 +0100
+++ b/plugins/svgui/svgui.py	Thu Dec 20 16:36:14 2007 +0100
@@ -120,15 +120,15 @@
             self._View.Show()
 
     PluginMethods = [
-        {"bitmap" : os.path.join("images","HMIEditor.png"),
+        {"bitmap" : os.path.join("images","HMIEditor"),
          "name" : "HMI Editor",
          "tooltip" : "HMI Editor",
          "method" : _OpenView},
-        {"bitmap" : os.path.join("images","ImportSVG.png"),
+        {"bitmap" : os.path.join("images","ImportSVG"),
          "name" : "Import SVG",
          "tooltip" : "Import SVG",
          "method" : _OpenView},
-        {"bitmap" : os.path.join("images","ImportDEF.png"),
+        {"bitmap" : os.path.join("images","ImportDEF"),
          "name" : "Import DEF",
          "tooltip" : "Import DEF",
          "method" : _OpenView},