diff options
-rw-r--r-- | src/mir_app/src/srmm_statusicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/srmm_statusicon.cpp b/src/mir_app/src/srmm_statusicon.cpp index 739d2074d3..3edb291f2e 100644 --- a/src/mir_app/src/srmm_statusicon.cpp +++ b/src/mir_app/src/srmm_statusicon.cpp @@ -272,7 +272,7 @@ static HGENMENU hmiEmpty; static INT_PTR svcEmptyHistory(WPARAM hContact, LPARAM)
{
- if (IDYES != MessageBoxW(nullptr, TranslateT("Are you sure to remove all events from history?"), L"Miranda", MB_YESNOCANCEL | MB_ICONQUESTION))
+ if (IDYES != MessageBoxW(nullptr, TranslateT("Are you sure to remove all events from history?"), L"Miranda", MB_YESNO | MB_ICONQUESTION))
return 1;
DB::ECPTR pCursor(DB::Events(hContact));
|