Update and rename brushes.c to solidbrushes.c

This commit is contained in:
Jan Bodnar 2016-03-14 13:11:25 +01:00
parent 9903ec6401
commit 82ca049d33

View File

@ -17,7 +17,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
wc.hCursor = LoadCursor(0, IDC_ARROW);
RegisterClassW(&wc);
CreateWindowW(wc.lpszClassName, L"Solid Brush",
CreateWindowW(wc.lpszClassName, L"Solid brushes",
WS_OVERLAPPEDWINDOW | WS_VISIBLE,
100, 100, 220, 240, NULL, NULL, hInstance, NULL);