Index: code/sys/con_win32.c =================================================================== --- code/sys/con_win32.c (revision 2041) +++ code/sys/con_win32.c (working copy) @@ -225,7 +225,7 @@ 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 );