move poe.ico and poe.png in images directory
authorgreg
Fri, 29 Feb 2008 09:01:09 +0100
changeset 181 2981c3d3b088
parent 180 3b0d3ea35ee5
child 182 aad505fc468f
move poe.ico and poe.png in images directory
PLCOpenEditor.py
--- a/PLCOpenEditor.py	Thu Feb 28 18:09:09 2008 +0100
+++ b/PLCOpenEditor.py	Fri Feb 29 09:01:09 2008 +0100
@@ -415,9 +415,9 @@
         
          # Add beremiz's icon in top left corner of the frame
         if wx.Platform == '__WXMSW__': 
-            icon = wx.Icon(os.path.join(CWD,"poe.ico"),wx.BITMAP_TYPE_ICO)
-        else:
-            icon = wx.Icon(os.path.join(CWD,"poe.png"),wx.BITMAP_TYPE_PNG)
+            icon = wx.Icon(os.path.join(CWD,"images","poe.ico"),wx.BITMAP_TYPE_ICO)
+        else:
+            icon = wx.Icon(os.path.join(CWD,"images","poe.png"),wx.BITMAP_TYPE_PNG)
         self.SetIcon(icon)
         
         if wx.Platform != '__WXMSW__':