summaryrefslogtreecommitdiff
path: root/src/win32/win_syscon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/win_syscon.c')
-rw-r--r--src/win32/win_syscon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/win_syscon.c b/src/win32/win_syscon.c
index abce4cb7..7fa21a4f 100644
--- a/src/win32/win_syscon.c
+++ b/src/win32/win_syscon.c
@@ -335,7 +335,7 @@ void Sys_CreateConsole( void )
s_wcd.hWnd = CreateWindowEx( 0,
DEDCLASS,
- "Tremulous Console",
+ CONSOLE_WINDOW_TITLE,
DEDSTYLE,
( swidth - 600 ) / 2, ( sheight - 450 ) / 2 , rect.right - rect.left + 1, rect.bottom - rect.top + 1,
NULL,