Fixed, hide Import Identity button, when creating a new key.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5395 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-08-08 14:28:03 +00:00
parent 2921cbaf23
commit 86aa6b8a62

View File

@ -254,6 +254,7 @@ void GenCertDialog::genPerson()
ui.location_input->hide(); ui.location_input->hide();
ui.genButton->hide(); ui.genButton->hide();
ui.label_location2->hide(); ui.label_location2->hide();
ui.importIdentity_PB->hide();
// QMessageBox::StandardButton info = QMessageBox::information(this, // QMessageBox::StandardButton info = QMessageBox::information(this,
// "Generating GPG key", // "Generating GPG key",
// "This process can take some time (approximately one minute), please be patient after pressing the OK button", // "This process can take some time (approximately one minute), please be patient after pressing the OK button",