diff -r 89a6b7cc6f95 -r fbc9bcc6c39d QTfrontend/ui/dialog/input_password.cpp --- a/QTfrontend/ui/dialog/input_password.cpp Fri Jan 04 19:42:49 2013 +0400 +++ b/QTfrontend/ui/dialog/input_password.cpp Tue Jan 08 21:27:35 2013 +0200 @@ -60,6 +60,7 @@ layout->addWidget(cbSave, 5, 0); QDialogButtonBox* dbbButtons = new QDialogButtonBox(this); + pbNewAccount = dbbButtons->addButton(QString("New Account"), QDialogButtonBox::ActionRole); QPushButton * pbOK = dbbButtons->addButton(QDialogButtonBox::Ok); QPushButton * pbCancel = dbbButtons->addButton(QDialogButtonBox::Cancel); layout->addWidget(dbbButtons, 6, 0);