From c58cab5f55f19f91d21c8440d8e67e5ba22e3c92 Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Sat, 11 Mar 2000 10:13:06 +0000 Subject: [PATCH] The window title is "QuakeWorld" now, instead of "WinQuake" --- common/vid_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/vid_win.c b/common/vid_win.c index ec34565..ae2194f 100644 --- a/common/vid_win.c +++ b/common/vid_win.c @@ -1356,7 +1356,7 @@ qboolean VID_SetWindowedMode (int modenum) mainwindow = CreateWindowEx ( ExWindowStyle, "WinQuake", - "WinQuake", + "QuakeWorld", WindowStyle, 0, 0, WindowRect.right - WindowRect.left,