macapp: new mac icon

this provides a new icon for the .app bundle
also removes the setting of the dock icon from within wx
(which previously used a different icon)
This commit is contained in:
robk-tahoe 2008-03-07 18:48:28 -07:00
parent 8815b30b9b
commit bd58f6f799
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -406,7 +406,7 @@ class MacGuiApp(wx.App):
def setup_dock_icon(self):
self.tbicon = wx.TaskBarIcon()
self.tbicon.SetIcon(amdicon.getIcon(), "Allmydata Tahoe")
#self.tbicon.SetIcon(amdicon.getIcon(), "Allmydata Tahoe")
wx.EVT_TASKBAR_RIGHT_UP(self.tbicon, self.on_dock_menu)
def setup_app_menu(self, frame):