Fixed uninstaller close button.
This commit is contained in:
parent
8fb6037626
commit
dc51bd797b
|
@ -341,6 +341,7 @@ static INT_PTR CALLBACK DlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM l
|
||||||
case IDC_ABOUT:
|
case IDC_ABOUT:
|
||||||
MessageBoxW(0, sAbout, sAboutTitle, MB_OK);
|
MessageBoxW(0, sAbout, sAboutTitle, MB_OK);
|
||||||
break;
|
break;
|
||||||
|
case IDCANCEL:
|
||||||
case IDC_EXIT:
|
case IDC_EXIT:
|
||||||
EndDialog(hwnd, 0);
|
EndDialog(hwnd, 0);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue