From 4167d8913c7b2cb83db26d220864b2e4dff9765d Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Mon, 22 May 2000 04:43:32 +0000 Subject: [PATCH] Replace "WinQuake" window header with PROGRAM (---> "QuakeForge") --- source/vid_mgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vid_mgl.c b/source/vid_mgl.c index 662cc70..4ae386f 100644 --- a/source/vid_mgl.c +++ b/source/vid_mgl.c @@ -1407,7 +1407,7 @@ qboolean VID_SetWindowedMode (int modenum) mainwindow = CreateWindowEx ( ExWindowStyle, "WinQuake", - "WinQuake", + PROGRAM, WindowStyle, 0, 0, WindowRect.right - WindowRect.left,