remove the pgp password field

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1736 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-10-27 20:47:46 +00:00
parent c7f20ab146
commit 090ea53d72

View File

@ -50,6 +50,12 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
//ui.genName->setFocus(Qt::OtherFocusReason); //ui.genName->setFocus(Qt::OtherFocusReason);
#ifndef WINDOWS_SYS /* UNIX */
//comment those to show the pgp password field
ui.genPGPpassword->hide();
ui.label_3->hide();
#endif
#ifdef RS_USE_PGPSSL #ifdef RS_USE_PGPSSL
/* get all available pgp private certificates.... /* get all available pgp private certificates....
* mark last one as default. * mark last one as default.