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
This commit is contained in:
joss17 2009-08-19 09:31:33 +00:00
parent 6db7ae1fe5
commit 39882161b1

View File

@ -73,6 +73,10 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
#ifdef RS_USE_PGPSSL #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 //comment those to show the ssl password dialog
ui.loadPasswd->hide(); ui.loadPasswd->hide();
ui.label_4->hide(); ui.label_4->hide();