From 39882161b1b466f262f283820a8d0bc1de45993e Mon Sep 17 00:00:00 2001 From: joss17 Date: Wed, 19 Aug 2009 09:31:33 +0000 Subject: [PATCH] remove autologin button for other than windows sys git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1557 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/StartDialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/retroshare-gui/src/gui/StartDialog.cpp b/retroshare-gui/src/gui/StartDialog.cpp index 8e272b792..6a750e267 100644 --- a/retroshare-gui/src/gui/StartDialog.cpp +++ b/retroshare-gui/src/gui/StartDialog.cpp @@ -73,6 +73,10 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags) #ifdef RS_USE_PGPSSL +#ifndef WINDOWS_SYS /* UNIX */ + //hide autologin because it's not functionnal on other than windows system + ui.autoBox->hide(); +#endif //comment those to show the ssl password dialog ui.loadPasswd->hide(); ui.label_4->hide();