Update static_text.c

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

View File

@ -46,7 +46,7 @@ All reason aside, I just can't deny, love the guy\n\
case WM_CREATE:
CreateWindowW(L"static", lyrics,
CreateWindowW(L"Static", lyrics,
WS_CHILD | WS_VISIBLE | SS_LEFT,
20, 20, 300, 230,
hwnd, (HMENU) 1, NULL, NULL);