Replace "WinQuake" window header with PROGRAM (---> "QuakeForge")

This commit is contained in:
Anton E. Gavrilov 2000-05-22 04:43:32 +00:00
parent f8604f0735
commit 4167d8913c

View file

@ -1407,7 +1407,7 @@ qboolean VID_SetWindowedMode (int modenum)
mainwindow = CreateWindowEx ( mainwindow = CreateWindowEx (
ExWindowStyle, ExWindowStyle,
"WinQuake", "WinQuake",
"WinQuake", PROGRAM,
WindowStyle, WindowStyle,
0, 0, 0, 0,
WindowRect.right - WindowRect.left, WindowRect.right - WindowRect.left,