From c730a8c29963ecf5996ebafe344a50edfb604eaf Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Thu, 2 Feb 2006 22:37:24 +0000 Subject: Fixed up copyright symbols and display (Dain) 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" -- cgit v0.10.2