1
0

More message box cleanup

This commit is contained in:
Neil Booth
2015-12-23 20:42:30 +09:00
parent 37a49752eb
commit 64887f7a74
4 changed files with 10 additions and 10 deletions

View File

@@ -267,5 +267,5 @@ class Plugin(TrustedCoinPlugin):
server.auth(_id, otp)
return True
except:
QMessageBox.information(window, _('Message'), _('Incorrect password'), _('OK'))
window.show_message(_('Incorrect password'))
pw.setText('')