]> Git repositories of Nishi - reisen.git/commitdiff
update resource
authorNishi <nishi@nishi.boats>
Tue, 8 Oct 2024 09:11:37 +0000 (09:11 +0000)
committerNishi <nishi@nishi.boats>
Tue, 8 Oct 2024 09:11:37 +0000 (09:11 +0000)
git-svn-id: file:///raid/svn-personal/reisen/trunk@15 c77b849d-6a5c-934c-a956-7b968ca1e197

SFX/main.c
SFX/sfx.rc

index bfb9fe8e18ad0cba5a09c1aae110997064ca99f9..2b88843cb02de94819e890a6d106c045d0bd27af 100644 (file)
@@ -414,12 +414,12 @@ BOOL InitApp(void) {
        wc.cbClsExtra = 0;
        wc.cbWndExtra = 0;
        wc.hInstance = hInst;
-       wc.hIcon = NULL;
+       wc.hIcon = LoadIcon(hInst, "REISEN");
        wc.hCursor = LoadCursor(NULL, IDC_ARROW);
        wc.hbrBackground = GetStockObject(WHITE_BRUSH);
        wc.lpszMenuName = NULL;
        wc.lpszClassName = "reisensfx";
-       wc.hIconSm = NULL;
+       wc.hIconSm = LoadIcon(hInst, "REISEN");
        return RegisterClassEx(&wc);
 }
 
index bbd9086205f285181643bdeec91ed7fc33ddff1b..25e55fa82d7f07389095cdc1f4cffe1ffe46c39e 100644 (file)
@@ -1,4 +1,4 @@
 /* $Id$ */
 
 INSTALLER BITMAP "../Binary/install.bmp"
-TEWI ICON "../Binary/reisen.ico"
+REISEN ICON "../Binary/reisen.ico"