mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2026-08-06 18:04:46 -04:00
Update static_text.c
This commit is contained in:
parent
8338cae41e
commit
ab64d70060
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user