mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Add Patch from Phenom:
Fix return to GenCertDialog when RsAccounts::GenerateSSLCertificate failed (if you enter a false password). Now, directly abort. And order tab stop. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e65f73a44d
commit
2ae9f2d50d
@ -464,8 +464,9 @@ void GenCertDialog::genPerson()
|
||||
{
|
||||
/* Message Dialog */
|
||||
QMessageBox::warning(this,
|
||||
tr("Generate ID Failure"),
|
||||
tr("Failed to Generate your new Certificate, maybe PGP password is wrong!"),
|
||||
QMessageBox::Ok);
|
||||
}
|
||||
}
|
||||
tr("Generate ID Failure"),
|
||||
tr("Failed to Generate your new Certificate, maybe PGP password is wrong!"),
|
||||
QMessageBox::Ok);
|
||||
reject();
|
||||
}
|
||||
}
|
||||
|
@ -3,13 +3,13 @@
|
||||
<class>GenCertDialog</class>
|
||||
<widget class="QDialog" name="GenCertDialog">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>677</width>
|
||||
<height>509</height>
|
||||
</rect>
|
||||
</property>
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>784</width>
|
||||
<height>509</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Create new Profile</string>
|
||||
</property>
|
||||
@ -462,13 +462,22 @@ anonymous, you can use a fake email.</string>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>genPGPuser</tabstop>
|
||||
<tabstop>name_input</tabstop>
|
||||
<tabstop>email_input</tabstop>
|
||||
<tabstop>location_input</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="images.qrc"/>
|
||||
<tabstop>genPGPuser</tabstop>
|
||||
<tabstop>name_input</tabstop>
|
||||
<tabstop>email_input</tabstop>
|
||||
<tabstop>password_input</tabstop>
|
||||
<tabstop>password_input_2</tabstop>
|
||||
<tabstop>location_input</tabstop>
|
||||
<tabstop>hiddenaddr_input</tabstop>
|
||||
<tabstop>hiddenport_spinBox</tabstop>
|
||||
<tabstop>genButton</tabstop>
|
||||
<tabstop>new_gpg_key_checkbox</tabstop>
|
||||
<tabstop>hidden_checkbox</tabstop>
|
||||
<tabstop>importIdentity_PB</tabstop>
|
||||
<tabstop>exportIdentity_PB</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="images.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
Reference in New Issue
Block a user