mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
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:
parent
c7f20ab146
commit
090ea53d72
@ -50,6 +50,12 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
|
||||
|
||||
//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
|
||||
/* get all available pgp private certificates....
|
||||
* mark last one as default.
|
||||
|
Loading…
Reference in New Issue
Block a user