mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed sharing of own identity
This commit is contained in:
parent
3130ec9041
commit
273aae7cc1
@ -2409,7 +2409,7 @@ void IdDialog::IdListCustomPopupMenu( QPoint )
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(n_selected_items==1)
|
if(n_selected_items==1)
|
||||||
QAction *action = contextMenu->addAction(QIcon(":/images/chat_24.png"),tr("Copy retroshare link"),this,SLOT(copyRetroshareLink())) ;
|
QAction *action = contextMenu->addAction(QIcon(":/images/chat_24.png"),tr("Copy identity to clipboard"),this,SLOT(copyRetroshareLink())) ;
|
||||||
|
|
||||||
// always allow to send messages
|
// always allow to send messages
|
||||||
contextMenu->addAction(QIcon(":/images/mail_new.png"), tr("Send message"), this, SLOT(sendMsg()));
|
contextMenu->addAction(QIcon(":/images/mail_new.png"), tr("Send message"), this, SLOT(sendMsg()));
|
||||||
@ -2438,6 +2438,7 @@ void IdDialog::IdListCustomPopupMenu( QPoint )
|
|||||||
{
|
{
|
||||||
contextMenu->addSeparator();
|
contextMenu->addSeparator();
|
||||||
|
|
||||||
|
contextMenu->addAction(QIcon(":/images/chat_24.png"),tr("Copy identity to clipboard"),this,SLOT(copyRetroshareLink())) ;
|
||||||
contextMenu->addAction(ui->editIdentity);
|
contextMenu->addAction(ui->editIdentity);
|
||||||
contextMenu->addAction(ui->removeIdentity);
|
contextMenu->addAction(ui->removeIdentity);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user