winefile: Set MDI child icon.
Signed-off-by: Jared Smudde <computerwhiz02@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
41ff20886a
commit
4b4288f869
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue