Update static_image.c

This commit is contained in:
Jan Bodnar 2016-03-04 13:05:26 +01:00
parent 2735c34059
commit 8338cae41e

View File

@ -41,7 +41,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT msg,
case WM_CREATE:
LoadMyImage();
hsti = CreateWindowW(L"static", L"",
hsti = CreateWindowW(L"Static", L"",
WS_CHILD | WS_VISIBLE | SS_BITMAP,
5, 5, 300, 300, hwnd, (HMENU) 1, NULL, NULL);