Commit 4b4288f8 authored by Jared Smudde's avatar Jared Smudde Committed by Alexandre Julliard

winefile: Set MDI child icon.

parent 41ff2088
......@@ -4214,7 +4214,7 @@ static void InitInstance(HINSTANCE hinstance)
wcChild.cbClsExtra = 0;
wcChild.cbWndExtra = 0;
wcChild.hInstance = hinstance;
wcChild.hIcon = 0;
wcChild.hIcon = LoadIconW(hinstance, MAKEINTRESOURCEW(IDI_WINEFILE));
wcChild.hCursor = LoadCursorW(0, (LPCWSTR)IDC_ARROW);
wcChild.hbrBackground = 0;
wcChild.lpszMenuName = 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