From 89204b8f1c2d9284ffd5c35bab143366972c9050 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 3 Feb 1999 11:23:33 +0000 Subject: [PATCH] typo fix in the About copyright line - Federico --- gnome/gcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/gcmd.c b/gnome/gcmd.c index d39439b0d..07a64962a 100644 --- a/gnome/gcmd.c +++ b/gnome/gcmd.c @@ -89,7 +89,7 @@ gnome_about_cmd (void) }; about = gnome_about_new (_("GNU Midnight Commander"), VERSION, - "(C) 1994-1998 the Free Software Fundation", + "Copyright 1994-1999 the Free Software Foundation", authors, _("The GNOME edition of the Midnight Commander file manager."), NULL);