mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Merge pull request #2580 from zapek/master
Display the name of short invites properly
This commit is contained in:
commit
5fdeeb788a
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ void ConnectFriendWizard::initializePage(int id)
|
|||
if(mIsShortInvite)
|
||||
{
|
||||
if(ui->nameEdit->text().isEmpty())
|
||||
ui->nameEdit->setText(tr("[Unknown]"));
|
||||
ui->nameEdit->setText(QString::fromUtf8(peerDetails.name.c_str()));
|
||||
ui->addKeyToKeyring_CB->setChecked(false);
|
||||
ui->addKeyToKeyring_CB->setEnabled(false);
|
||||
ui->signersEdit->hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue