From 83531eacdc732d2d2456240bfe35e9be219c26ad Mon Sep 17 00:00:00 2001 From: joss17 Date: Sun, 2 Aug 2009 14:11:54 +0000 Subject: [PATCH] add return button shorcut for pgp password field git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1475 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/StartDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/retroshare-gui/src/gui/StartDialog.cpp b/retroshare-gui/src/gui/StartDialog.cpp index 4a560528f..aa93c3d19 100644 --- a/retroshare-gui/src/gui/StartDialog.cpp +++ b/retroshare-gui/src/gui/StartDialog.cpp @@ -63,6 +63,7 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags) //connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson())); connect(ui.loadButton, SIGNAL(clicked()), this, SLOT(loadPerson())); connect(ui.loadPasswd, SIGNAL(returnPressed()), this, SLOT(loadPerson())); + connect(ui.loadGPGPasswd, SIGNAL(returnPressed()), this, SLOT(loadPerson())); //connect(ui.selectButton, SIGNAL(clicked()), this, SLOT(selectFriend())); //connect(ui.friendBox, SIGNAL(stateChanged(int)), this, SLOT(checkChanged(int))); connect(ui.createaccountButton, SIGNAL(clicked()), this, SLOT(createnewaccount()));