diff --git a/code/sys/con_win32.c b/code/sys/con_win32.c index 787c74fb..94ca0b51 100644 --- a/code/sys/con_win32.c +++ b/code/sys/con_win32.c @@ -225,7 +225,7 @@ void CON_Init( void ) GetConsoleScreenBufferInfo( qconsole_hout, &info ); qconsole_attrib = info.wAttributes; - SetConsoleTitle("ioquake3 Dedicated Server Console"); + SetConsoleTitle(CLIENT_WINDOW_TITLE " Dedicated Server Console"); // make cursor invisible GetConsoleCursorInfo( qconsole_hout, &qconsole_orig_cursorinfo );