Bug 5047 - Win32 dedicated server console title should use define
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: PC Windows XP
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-06-17 19:16 EDT by Zack Middleton
Modified: 2011-06-18 10:53:05 EDT
1 user (show)

See Also:


Attachments
Use CLIENT_WINDOW_TITLE for setting win32 console title. (512 bytes, patch)
2011-06-17 19:16 EDT, Zack Middleton

Description Zack Middleton 2011-06-17 19:16:55 EDT
Created attachment 2788 [details]
Use CLIENT_WINDOW_TITLE for setting win32 console title.

The win32 dedicated server console title says ioquake3 reguardless of changing defines in q_shared.h. Patch replaces "ioquake3" with CLIENT_WINDOW_TITLE. This is kind of odd (as this isn't the client window), but using PRODUCT_NAME would change it to "ioq3".
Comment 1 Thilo Schulz 2011-06-18 10:53:05 EDT
thanks, applied r2043