diff --git a/src/engineinfo/main_windows.c b/src/engineinfo/main_windows.c index aa8ea4b..90921b5 100644 --- a/src/engineinfo/main_windows.c +++ b/src/engineinfo/main_windows.c @@ -60,7 +60,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) { hdc = BeginPaint(hWnd, &ps); SelectObject(hdc, monospace); - ShowBitmapSize(hWnd, hdc, "GOLDFISH_BMP", padding, padding, sz, sz); + ShowBitmapSize(hWnd, hdc, "GOLDFISHBMP", padding, padding, sz, sz); tx.left = padding * 2 + sz; tx.right = rc.right; diff --git a/src/nishbox.rc b/src/nishbox.rc index d6afa43..e1d2dbf 100644 --- a/src/nishbox.rc +++ b/src/nishbox.rc @@ -1,4 +1,4 @@ #include GAME ICON "./internal/icon.ico" -GOLDFISH_BMP BITMAP "./internal/goldfish.bmp" +GOLDFISHBMP BITMAP "./internal/goldfish.bmp"