Commit 360d0896 authored by Francis Beaudet's avatar Francis Beaudet Committed by Alexandre Julliard

Fixed the support for the close button in the ShellAbout dialogs.

parent d415c9cb
......@@ -605,7 +605,11 @@ BOOL WINAPI AboutDlgProc( HWND hWnd, UINT msg, WPARAM wParam,
return TRUE;
}
break;
case WM_CLOSE:
EndDialog(hWnd, TRUE);
break;
}
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment