summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py
index 3d4f59b62..b516ba9b4 100755
--- a/pyLoadGui.py
+++ b/pyLoadGui.py
@@ -653,7 +653,7 @@ class main(QObject):
class TrayIcon(QSystemTrayIcon):
def __init__(self):
- QSystemTrayIcon.__init__(self, QIcon(join(pypath, "icons", "logo.png")))
+ QSystemTrayIcon.__init__(self, QIcon(join(pypath, "icons", "logo-gui.png")))
self.contextMenu = QMenu()
self.showAction = QAction(_("Show"), self.contextMenu)
self.showAction.setCheckable(True)