mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-08 15:06:03 -05:00
fixed message tooltip for loading ids
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8d494ecaf8
commit
b29d5e2d6b
@ -840,8 +840,10 @@ QString GxsIdDetails::getComment(const RsIdentityDetails &details)
|
||||
{
|
||||
QString comment;
|
||||
|
||||
QString nickname = details.mNickname.empty()?tr("[Unknown]"):QString::fromUtf8(details.mNickname.c_str()) ;
|
||||
|
||||
comment = QString("%1:%2<br/>%3:%4").arg(QApplication::translate("GxsIdDetails", "Identity name"),
|
||||
QString::fromUtf8(details.mNickname.c_str()),
|
||||
nickname,
|
||||
QApplication::translate("GxsIdDetails", "Identity Id"),
|
||||
QString::fromStdString(details.mId.toStdString()));
|
||||
|
||||
|
@ -62,10 +62,10 @@ static void fillGxsIdRSTreeWidgetItemCallback(GxsIdDetailsType type, const RsIde
|
||||
break;
|
||||
|
||||
case GXS_ID_DETAILS_TYPE_DONE:
|
||||
toolTip = GxsIdDetails::getComment(details);
|
||||
GxsIdDetails::getIcons(details, icons);
|
||||
break;
|
||||
}
|
||||
toolTip = GxsIdDetails::getComment(details);
|
||||
|
||||
int column = item->idColumn();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user