mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-02 03:16:18 -05:00
remove a the v character for version display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
96f2d92ee7
commit
6cb4b8e455
@ -116,7 +116,7 @@ void ConfCertDialog::loadDialog()
|
|||||||
bool retv = rsDisc->getDiscVersions(versions);
|
bool retv = rsDisc->getDiscVersions(versions);
|
||||||
if (retv && versions.end() != (vit = versions.find(detail.id)))
|
if (retv && versions.end() != (vit = versions.find(detail.id)))
|
||||||
{
|
{
|
||||||
ui.version->setText(QString("v") + QString::fromStdString(vit->second));
|
ui.version->setText(QString::fromStdString(vit->second));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set local address */
|
/* set local address */
|
||||||
|
Loading…
Reference in New Issue
Block a user