diff --git a/src/win/win_ui.c b/src/win/win_ui.c index d13f45dbf..d47e4da0f 100644 --- a/src/win/win_ui.c +++ b/src/win/win_ui.c @@ -845,7 +845,7 @@ ui_init(int nCmdShow) RECT sbar_rect; /* RECT of the status bar */ int bRet; TASKDIALOGCONFIG tdconfig = {0}; - TASKDIALOG_BUTTON tdbuttons[] = {{IDOK, MAKEINTRESOURCE(IDS_2119)}}; + TASKDIALOG_BUTTON tdbuttons[] = {{IDCANCEL, MAKEINTRESOURCE(IDS_2119)}}; /* Set up TaskDialog configuration. */ tdconfig.cbSize = sizeof(tdconfig);