1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix popup colors

This commit is contained in:
agilob 2015-05-10 10:20:30 +01:00
parent 69972e0d80
commit dda7625d2b

View File

@ -859,7 +859,7 @@ void Widget::onFriendRequestReceived(const QString& userId, const QString& messa
void Widget::removeFriend(Friend* f, bool fake) void Widget::removeFriend(Friend* f, bool fake)
{ {
QMessageBox::StandardButton removeFriendMB; QMessageBox::StandardButton removeFriendMB;
removeFriendMB = QMessageBox::question(this, removeFriendMB = QMessageBox::question(0,
tr("Remove history"), tr("Remove history"),
tr("Do you want to remove history as well?"), tr("Do you want to remove history as well?"),
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel); QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel);