Fixed uninstaller close button.

This commit is contained in:
Vijay Kiran Kamuju 2005-10-04 17:59:01 +00:00 committed by Alexandre Julliard
parent 8fb6037626
commit dc51bd797b
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ static INT_PTR CALLBACK DlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM l
case IDC_ABOUT:
MessageBoxW(0, sAbout, sAboutTitle, MB_OK);
break;
case IDCANCEL:
case IDC_EXIT:
EndDialog(hwnd, 0);
break;