mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
Reworked ConfCertDialog to show more dialogs at once.
Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3696 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
42f20e9b6b
commit
a2905bd7ae
9 changed files with 357 additions and 379 deletions
|
@ -283,13 +283,13 @@ void NetworkDialog::deleteCert()
|
|||
|
||||
void NetworkDialog::makeFriend()
|
||||
{
|
||||
ConfCertDialog::showTrust(getCurrentNeighbour()->text(4).toStdString());
|
||||
ConfCertDialog::showIt(getCurrentNeighbour()->text(4).toStdString(), ConfCertDialog::PageTrust);
|
||||
}
|
||||
|
||||
/** Shows Peer Information/Auth Dialog */
|
||||
void NetworkDialog::peerdetails()
|
||||
{
|
||||
ConfCertDialog::show(getCurrentNeighbour()->text(4).toStdString());
|
||||
ConfCertDialog::showIt(getCurrentNeighbour()->text(4).toStdString(), ConfCertDialog::PageDetails);
|
||||
}
|
||||
|
||||
/** Open a QFileDialog to browse for a pem/pqi file. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue