added checkbox for using old cert format in security page. Switch to old format by default, to avoid confusing newbees

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5478 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-08-27 22:15:27 +00:00
parent 6675bfe35e
commit 1d72bd646b
4 changed files with 16 additions and 1 deletions

View file

@ -160,6 +160,8 @@ void ConnectFriendWizard::initializePage(int id)
cleanfriendCertTimer->setInterval(1000); // 1 second
connect(cleanfriendCertTimer, SIGNAL(timeout()), this, SLOT(cleanFriendCert()));
ui->userCertOldFormatButton->setChecked(true);
toggleFormatState(false);
toggleSignatureState(false);
updateOwnCert();