From fa1d80ed537d5169522432f965d14fe90cc449b9 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 7 Aug 1993 00:09:39 +0000 Subject: [PATCH] Changed default icon --- v7/src/microcode/ntscreen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.25.1