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

fix button typo, closes dubslow/qTox#7

This commit is contained in:
Dubslow 2015-01-26 19:12:36 -06:00
parent c31192abee
commit a1239747ac
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA

View File

@ -142,10 +142,10 @@ void PrivacyForm::onEncryptLogsUpdated()
Widget::getInstance(), Widget::getInstance(),
tr("Old encrypted chat logs", "title"), tr("Old encrypted chat logs", "title"),
tr("Are you sure you want to lose your entire chat history?"), tr("Are you sure you want to lose your entire chat history?"),
QMessageBox::No | QMessageBox::Cancel, QMessageBox::Yes | QMessageBox::Cancel,
QMessageBox::Cancel QMessageBox::Cancel
) )
== QMessageBox::No) == QMessageBox::Yes)
{ {
HistoryKeeper::removeHistory(true); HistoryKeeper::removeHistory(true);
} }