* Change window title

This commit is contained in:
Tim Angus 2006-03-24 17:28:27 +00:00
parent 4f55e9f989
commit f63472025f
5 changed files with 11 additions and 14 deletions

View file

@ -334,7 +334,7 @@ void Sys_CreateConsole( void )
s_wcd.hWnd = CreateWindowEx( 0,
DEDCLASS,
"Quake 3 Console",
CONSOLE_WINDOW_TITLE,
DEDSTYLE,
( swidth - 600 ) / 2, ( sheight - 450 ) / 2 , rect.right - rect.left + 1, rect.bottom - rect.top + 1,
NULL,