aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2006-02-02 22:37:24 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2006-02-02 22:37:24 (GMT)
commitc730a8c29963ecf5996ebafe344a50edfb604eaf (patch)
tree1cdd77a3ff1a534fb59fe1ce0effa5b22f83e860 /main.c
parenta0db2c2d8131162d4df09a81d6c61cb7fc836a04 (diff)
downloadpowwow-c730a8c29963ecf5996ebafe344a50edfb604eaf.zip
powwow-c730a8c29963ecf5996ebafe344a50edfb604eaf.tar.gz
powwow-c730a8c29963ecf5996ebafe344a50edfb604eaf.tar.bz2
Fixed up copyright symbols and display (Dain)
Diffstat (limited to 'main.c')
-rw-r--r--main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.c b/main.c
index 5353873..3575dec 100644
--- a/main.c
+++ b/main.c
@@ -33,15 +33,15 @@
#ifdef USE_LOCALE
#define POWWOW_HACKERS "Yorick, Vivriel, Thuzzle, Ilie, Fr\363r, D\341in"
- #define COPYRIGHT "\251 "
+ #define COPYRIGHT "\251"
#else
#define POWWOW_HACKERS "Yorick, Vivriel, Thuzzle, Ilie, Fror, Dain"
- #define COPYRIGHT ""
+ #define COPYRIGHT "Copyright"
#endif
-#define POWWOW_VERSION VERSION \
- ", Copyright 2000-2005 by Cosmos\n" \
- "Copyright 2005 by bpk - http://hoopajoo.net\n" \
+#define POWWOW_VERSION VERSION \
+ ", " COPYRIGHT " 2000-2005 by Cosmos\n" \
+ COPYRIGHT " 2005 by bpk - http://hoopajoo.net\n" \
"(contributions by " POWWOW_HACKERS ")\n"
#define HELPNAME "powwow.help"