aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-24 17:28:27 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-24 17:28:27 +0000
commitf09fb92fca047f5a015a2bf264d1b44590a091e8 (patch)
tree01b65863613c504a696936340b748fedd38290a4 /code/qcommon
parent22c044b422fab754b9c2bda106050ab841978843 (diff)
downloadioquake3-aero-f09fb92fca047f5a015a2bf264d1b44590a091e8.tar.gz
ioquake3-aero-f09fb92fca047f5a015a2bf264d1b44590a091e8.zip
* Change window title
git-svn-id: svn://svn.icculus.org/quake3/trunk@666 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r--code/qcommon/q_shared.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h
index c2edca1..72f083e 100644
--- a/code/qcommon/q_shared.h
+++ b/code/qcommon/q_shared.h
@@ -26,7 +26,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// q_shared.h -- included first by ALL program modules.
// A user mod should never modify this file
-#define Q3_VERSION "ioQ3 1.34-rc1"
+#define Q3_VERSION "ioq3 1.33"
+#define CLIENT_WINDOW_TITLE "icculus.org/quake3"
+#define CLIENT_WINDOW_ICON "ioq3"
+#define CONSOLE_WINDOW_TITLE "icculus.org/quake3 console"
+#define CONSOLE_WINDOW_ICON "ioq3 console"
// 1.32 released 7-10-2002
#define MAX_TEAMNAME 32