mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
updated field focus
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1554 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
55a52437ff
commit
aeb1e53c06
@ -46,7 +46,7 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
|
||||
//connect(ui.selectButton, SIGNAL(clicked()), this, SLOT(selectFriend()));
|
||||
//connect(ui.friendBox, SIGNAL(stateChanged(int)), this, SLOT(checkChanged(int)));
|
||||
|
||||
ui.genName->setFocus(Qt::OtherFocusReason);
|
||||
//ui.genName->setFocus(Qt::OtherFocusReason);
|
||||
|
||||
#ifdef RS_USE_PGPSSL
|
||||
/* get all available pgp private certificates....
|
||||
|
Loading…
Reference in New Issue
Block a user