r1029 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Jan 14 13:05:15 EST 2007
Author: zakk
Date: 2007-01-14 13:05:15 -0500 (Sun, 14 Jan 2007)
New Revision: 1029
Modified:
trunk/code/qcommon/q_shared.h
Log:
Fix window titles and crap, thanks woekele for pointing this out.
Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h 2007-01-08 23:56:44 UTC (rev 1028)
+++ trunk/code/qcommon/q_shared.h 2007-01-14 18:05:15 UTC (rev 1029)
@@ -30,9 +30,9 @@
#ifndef SVN_VERSION
#define SVN_VERSION Q3_VERSION
#endif
-#define CLIENT_WINDOW_TITLE "icculus.org/quake3"
+#define CLIENT_WINDOW_TITLE "ioquake3"
#define CLIENT_WINDOW_ICON "ioq3"
-#define CONSOLE_WINDOW_TITLE "icculus.org/quake3 console"
+#define CONSOLE_WINDOW_TITLE "ioquake3 console"
#define CONSOLE_WINDOW_ICON "ioq3 console"
// 1.32 released 7-10-2002
More information about the quake3-commits
mailing list