mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05: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
@ -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)"));
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -296,6 +296,9 @@ private and secure decentralized communication platform.
|
||||
</item>
|
||||
<item row="1" column="3">
|
||||
<widget class="QToolButton" name="expandButton">
|
||||
<property name="toolTip">
|
||||
<string>Show full certificate (old format)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user