mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
added more detailed info about gpg ids in login and gen certificates dialogs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2379 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7efb1c3890
commit
449f257ef5
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
|
|||
const QVariant & userData = QVariant(QString::fromStdString(*it));
|
||||
std::string gpgid, name, email, location;
|
||||
RsInit::getAccountDetails(*it, gpgid, name, email, location);
|
||||
QString accountName = QString::fromStdString(name) + " - " + QString::fromStdString(location);
|
||||
QString accountName = QString::fromStdString(name + " (" + gpgid + ") - " + location);
|
||||
ui.loadName->addItem(accountName, userData);
|
||||
|
||||
if (preferedId == *it)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue