1
0

improved install wizard

This commit is contained in:
thomasv
2013-09-03 14:32:56 +02:00
parent 1606bd3106
commit 3e14b7dd72
3 changed files with 119 additions and 26 deletions

View File

@@ -69,7 +69,7 @@ class PasswordDialog(QDialog):
wallet = self.wallet
if not wallet.seed:
QMessageBox.information(parent, _('Error'), _('No seed'), _('OK'))
QMessageBox.information(self.parent, _('Error'), _('No seed'), _('OK'))
return
if not self.exec_(): return