fixed app name

This commit is contained in:
tom 2015-02-05 11:29:34 +01:00
parent 1487d14f56
commit dda52e621e

View File

@ -140,7 +140,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
else:
#time.sleep(0.5)
self.myapp = Window()
self.myapp.setWindowTitle("Authenticator Authenticator")
self.myapp.setWindowTitle("Yubico Authenticator")
self.myapp.setWindowIcon(QtGui.QIcon(os.path.join(basedir, YUBICO_ICON)))
self.myapp.show()
self.myapp.activateWindow()