From 27ad879f0ce1594e8e32344da0a7388358fc48e7 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Tue, 15 Jul 2003 11:45:49 +0000 Subject: [PATCH] Remove gettext calls from copyright statement and replace (C) with the 2003-07-15 Jordi Mallach * src/command.c (about_command): Remove gettext calls from copyright statement and replace (C) with the UTF-8 copyright symbol. --- ChangeLog | 5 +++++ src/commands.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38b9891..d0c7cfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-15 Jordi Mallach + + * src/command.c (about_command): Remove gettext calls from copyright + statement and replace (C) with the UTF-8 copyright symbol. + 2003-07-06 Jordi Mallach * configure.in: For some reason, some people were getting diff --git a/src/commands.c b/src/commands.c index 93f9701..280b0a9 100644 --- a/src/commands.c +++ b/src/commands.c @@ -289,7 +289,7 @@ void about_command (void) logo = gdk_pixbuf_new_from_file (PIXMAPSDIR "/gtetrinet.png", NULL); about = gnome_about_new (APPNAME, APPVERSION, - _("(C) 1999, 2000, 2001, 2002, 2003 Ka-shu Wong"), + "\xc2\xa9 1999, 2000, 2001, 2002, 2003 Ka-shu Wong", _("A Tetrinet client for GNOME.\n"), authors, documenters, -- 2.50.1