made sign GPG key button disabled by default, and added a tooltip. As this action cannot be undone,it must be performed knowingly.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4128 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-04-07 20:07:30 +00:00
parent c21e13e68d
commit 075efd6503
2 changed files with 19 additions and 1 deletions

View file

@ -238,7 +238,7 @@ void ConfCertDialog::load()
ui.signKeyButton->hide();
if (!detail.ownsign) {
ui.signGPGKeyCheckBox->show();
ui.signGPGKeyCheckBox->setChecked(true);
ui.signGPGKeyCheckBox->setChecked(false);
} else {
ui.signGPGKeyCheckBox->hide();
}