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:
parent
c31192abee
commit
a1239747ac
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user