Explorar o código

Use APP_ICON instead of 101 for icon reference.

woollybah %!s(int64=6) %!d(string=hai) anos
pai
achega
c36299de6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      blitz.mod/blitz_app.c

+ 1 - 1
blitz.mod/blitz_app.c

@@ -142,7 +142,7 @@ void bbGetAppFileDir(wchar_t * buf) {
 }
 
 HICON bbAppIcon(HINSTANCE hInstance) {
-	return LoadIcon(hInstance, MAKEINTRESOURCE (101));
+	return LoadIcon(hInstance, "APP_ICON");
 }
 
 #elif __linux