From 090ea53d724a8241abe747831b766b3a7ea0658d Mon Sep 17 00:00:00 2001 From: joss17 Date: Tue, 27 Oct 2009 20:47:46 +0000 Subject: [PATCH] remove the pgp password field git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1736 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/GenCertDialog.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/retroshare-gui/src/gui/GenCertDialog.cpp b/retroshare-gui/src/gui/GenCertDialog.cpp index f66bd25eb..60131227c 100644 --- a/retroshare-gui/src/gui/GenCertDialog.cpp +++ b/retroshare-gui/src/gui/GenCertDialog.cpp @@ -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.