diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2006-02-02 22:37:24 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2006-02-02 22:37:24 (GMT) |
commit | c730a8c29963ecf5996ebafe344a50edfb604eaf (patch) | |
tree | 1cdd77a3ff1a534fb59fe1ce0effa5b22f83e860 | |
parent | a0db2c2d8131162d4df09a81d6c61cb7fc836a04 (diff) | |
download | powwow-c730a8c29963ecf5996ebafe344a50edfb604eaf.zip powwow-c730a8c29963ecf5996ebafe344a50edfb604eaf.tar.gz powwow-c730a8c29963ecf5996ebafe344a50edfb604eaf.tar.bz2 |
Fixed up copyright symbols and display (Dain)
-rw-r--r-- | main.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" |