|
|
@ -157,7 +157,7 @@ void AskPassphraseDialog::accept() |
|
|
|
if(model->changePassphrase(oldpass, newpass1)) |
|
|
|
if(model->changePassphrase(oldpass, newpass1)) |
|
|
|
{ |
|
|
|
{ |
|
|
|
QMessageBox::information(this, tr("Wallet encrypted"), |
|
|
|
QMessageBox::information(this, tr("Wallet encrypted"), |
|
|
|
tr("Wallet passphrase was succesfully changed.")); |
|
|
|
tr("Wallet passphrase was successfully changed.")); |
|
|
|
QDialog::accept(); // Success
|
|
|
|
QDialog::accept(); // Success
|
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
else |
|
|
|