From: Stephen Adams Date: Sat, 7 Aug 1993 00:09:39 +0000 (+0000) Subject: Changed default icon X-Git-Tag: 20090517-FFI~8121 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fa1d80ed537d5169522432f965d14fe90cc449b9;p=mit-scheme.git Changed default icon --- diff --git a/v7/src/microcode/ntscreen.c b/v7/src/microcode/ntscreen.c index 58940a338..7b2e30b40 100644 --- a/v7/src/microcode/ntscreen.c +++ b/v7/src/microcode/ntscreen.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntscreen.c,v 1.6 1993/07/30 06:20:17 gjr Exp $ +$Id: ntscreen.c,v 1.7 1993/08/07 00:09:39 adams Exp $ Copyright (c) 1993 Massachusetts Institute of Technology @@ -246,7 +246,7 @@ Screen_InitApplication (HANDLE hInstance) wndclass.cbClsExtra = 0; wndclass.cbWndExtra = SCREENEXTRABYTES ; wndclass.hInstance = hInstance ; - wndclass.hIcon = LoadIcon (hInstance, "TERMINALICON"); + wndclass.hIcon = LoadIcon (hInstance, "SHIELD3_ICON"); wndclass.hCursor = LoadCursor (NULL, IDC_ARROW); wndclass.hbrBackground = (HBRUSH) (COLOR_WINDOW + 1) ; wndclass.lpszMenuName = 0;