diff options
author | Andrey Nazarov <skuller@skuller.net> | 2011-02-06 01:11:12 +0300 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2011-02-06 17:32:57 +0300 |
commit | 8faff7d5641f489aefcad9385a43c1f34ab3d716 (patch) | |
tree | fbbfc65aa282c47c57fe128d7a3f17b7147f4401 /src/common.c | |
parent | 2247a39d25b36046899c231f3f64a553af861dd3 (diff) |
Define PRODUCT string in upper case.
Use it in the appropriate places.
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index 6f65dbd..84e144c 100644 --- a/src/common.c +++ b/src/common.c @@ -1999,7 +1999,7 @@ void Qcommon_Init( int argc, char **argv ) { NET_Config( NET_SERVER ); } - Com_Printf( "====== " APPLICATION " initialized ======\n\n" ); + Com_Printf( "====== " PRODUCT " initialized ======\n\n" ); Com_LPrintf( PRINT_NOTICE, APPLICATION " " VERSION ", " __DATE__ "\n" ); Com_Printf( "http://skuller.net/q2pro/\n\n" ); |