mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'pr1874'
This commit is contained in:
commit
c9bfba89c8
|
@ -837,7 +837,7 @@ void Widget::removeFriend(Friend* f, bool fake)
|
|||
{
|
||||
QMessageBox::StandardButton removeFriendMB;
|
||||
removeFriendMB = QMessageBox::question(0,
|
||||
tr("Remove history"),
|
||||
tr("Removal of friend ")+"\""+ f->getDisplayedName()+"\"",
|
||||
tr("Do you want to remove history as well?"),
|
||||
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel);
|
||||
if (removeFriendMB == QMessageBox::Cancel)
|
||||
|
|
Loading…
Reference in New Issue
Block a user