]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Remove gettext calls from copyright statement and replace (C) with the
authorJordi Mallach <jordi@sindominio.net>
Tue, 15 Jul 2003 11:45:49 +0000 (11:45 +0000)
committerJordi Mallach <jordim@src.gnome.org>
Tue, 15 Jul 2003 11:45:49 +0000 (11:45 +0000)
2003-07-15  Jordi Mallach  <jordi@sindominio.net>

* src/command.c (about_command): Remove gettext calls from copyright
statement and replace (C) with the UTF-8 copyright symbol.

ChangeLog
src/commands.c

index 38b989132947b996f91b497b29356fa83a762a34..d0c7cfd0a2b080c726d6a334fc6297e4da8d2e67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-15  Jordi Mallach  <jordi@sindominio.net>
+
+       * 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  <jordi@sindominio.net>
 
        * configure.in: For some reason, some people were getting
index 93f970151b238cf75586329b0e13c4a06f349c7f..280b0a964075d1cef852106ef1c105091bec8b1b 100644 (file)
@@ -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,