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".
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".