fixed win32-x-g++ compilation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-09-05 18:15:23 +00:00
parent d2b3458f2b
commit 0573171e6f
3 changed files with 23 additions and 18 deletions

View file

@ -78,8 +78,8 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
ui.autoBox->hide();
#endif
//comment those to show the ssl password dialog
ui.loadPasswd->hide();
ui.label_4->hide();
//ui.loadPasswd->hide();
//ui.label_4->hide();
/* get all available pgp private certificates....
* mark last one as default.

View file

@ -20,7 +20,7 @@
****************************************************************/
#ifdef WIN32
#include <Windows.h>
#include <windows.h>
#endif