mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Added tooltip for Show Cert Button "Show full certificate (old format)"
* Added tooltip for Show Cert Button "Show full certificate (old format)" * removed the tooltip for Retroshare ID
This commit is contained in:
parent
892acd8ef8
commit
7a48fee0bc
2 changed files with 4 additions and 5 deletions
|
@ -204,10 +204,6 @@ void HomePage::updateOwnId()
|
|||
rsPeers->getShortInvite(invite,rsPeers->getOwnId(),true,!mIncludeAllIPs);
|
||||
|
||||
ui->retroshareid->setText(QString::fromUtf8(invite.c_str()));
|
||||
|
||||
QString description = ConfCertDialog::getCertificateDescription(detail,false,mUseShortFormat,include_extra_locators);
|
||||
|
||||
ui->retroshareid->setToolTip(description);
|
||||
}
|
||||
static void sendMail(QString sAddress, QString sSubject, QString sBody)
|
||||
{
|
||||
|
@ -319,7 +315,7 @@ void HomePage::doExpand()
|
|||
else
|
||||
{
|
||||
ui->userCertEdit->hide();
|
||||
ui->expandButton->setToolTip(tr("Show Certificate"));
|
||||
ui->expandButton->setToolTip(tr("Show full certificate (old format)"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue