1
0

fix: remove gap limit stuff from settings dialog

This commit is contained in:
thomasv
2013-09-12 19:45:07 +02:00
parent eafdb42475
commit 71fae15352
2 changed files with 2 additions and 16 deletions

View File

@@ -103,9 +103,9 @@ class PasswordDialog(QDialog):
def run(self):
new_password = run_password_dialog(self, self.wallet, self.parent)
if new_password:
QMessageBox.information(parent, _('Success'), _('Password was updated successfully'), _('OK'))
QMessageBox.information(self.parent, _('Success'), _('Password was updated successfully'), _('OK'))
else:
QMessageBox.information(parent, _('Success'), _('This wallet is not encrypted'), _('OK'))
QMessageBox.information(self.parent, _('Success'), _('This wallet is not encrypted'), _('OK'))