mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
Replace "WinQuake" window header with PROGRAM (---> "QuakeForge")
This commit is contained in:
parent
f8604f0735
commit
4167d8913c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue