aboutsummaryrefslogtreecommitdiffstats
path: root/code/win32/win_syscon.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/win32/win_syscon.c')
-rw-r--r--code/win32/win_syscon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/win32/win_syscon.c b/code/win32/win_syscon.c
index 2308c0f..3e14840 100644
--- a/code/win32/win_syscon.c
+++ b/code/win32/win_syscon.c
@@ -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,