Working PNG

This commit is contained in:
Ruud
2012-05-01 07:35:44 +02:00
parent ea9e9a8c90
commit 20032b3a31
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class TaskBarIcon(wx.TaskBarIcon):
wx.TaskBarIcon.__init__(self)
self.frame = frame
icon = wx.Icon('icon.ico', wx.BITMAP_TYPE_ANY)
icon = wx.Icon('icon.png', wx.BITMAP_TYPE_PNG)
self.SetIcon(icon)
self.Bind(wx.EVT_TASKBAR_LEFT_DCLICK, self.onTaskBarActivate)
@@ -141,8 +141,8 @@ class CouchPotatoApp(wx.App, SoftwareUpdate):
def OnInit(self):
# Updater
base_url = 'http://localhost/updates/'
self.InitUpdates(base_url, base_url + 'changelog.txt',
base_url = 'http://couchpota.to/updates/'
self.InitUpdates(base_url, base_url + 'changelog.html',
icon = wx.Icon('icon.ico'))
self.frame = MainFrame(self)

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB