fix path for tray icon (issue #263)

This commit is contained in:
ThomasV 2013-09-13 23:19:06 +02:00
parent 5a121526e4
commit 27977e6eb0
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class ElectrumWindow(QMainWindow):
self.lite = None
self.current_account = self.config.get("current_account", None)
self.icon = QIcon(os.getcwd() + '/icons/electrum.png')
self.icon = QIcon(':icons/electrum.png')
self.tray = QSystemTrayIcon(self.icon, self)
self.tray.setToolTip('Electrum')
self.tray.activated.connect(self.tray_activated)