german translation and tray icon #782

Merged
felidosz merged 2 commits from master into master 2015-02-27 20:52:09 +01:00
Showing only changes of commit e6179fb953 - Show all commits

View File

@ -999,7 +999,6 @@ class MyForm(QtGui.QMainWindow):
# create application indicator
def appIndicatorInit(self, app):
self.initTrayIcon("can-icon-24px-red.png", app)
if sys.platform[0:3] == 'win':
traySignal = "activated(QSystemTrayIcon::ActivationReason)"
QtCore.QObject.connect(self.tray, QtCore.SIGNAL(
traySignal), self.__icon_activated)