small fix on gencert dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2444 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-26 23:43:55 +00:00
parent 0d524d968b
commit cc76a4d022

View File

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