mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
Add Patch from Phenom:
Fix return to GenCertDialog when RsAccounts::GenerateSSLCertificate failed (if you enter a false password). Now, directly abort. And order tab stop. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e65f73a44d
commit
2ae9f2d50d
2 changed files with 29 additions and 19 deletions
|
@ -464,8 +464,9 @@ void GenCertDialog::genPerson()
|
|||
{
|
||||
/* Message Dialog */
|
||||
QMessageBox::warning(this,
|
||||
tr("Generate ID Failure"),
|
||||
tr("Failed to Generate your new Certificate, maybe PGP password is wrong!"),
|
||||
QMessageBox::Ok);
|
||||
}
|
||||
}
|
||||
tr("Generate ID Failure"),
|
||||
tr("Failed to Generate your new Certificate, maybe PGP password is wrong!"),
|
||||
QMessageBox::Ok);
|
||||
reject();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue