diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-06-24 18:56:29 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-06-24 18:56:29 +0800 |
commit | 8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a (patch) | |
tree | a7a4a905fe79008526103a9b67cc2e652748bd9d /shell/e-shell-window-commands.c | |
parent | f0d85c8bf784355ec06bb069f942fe7a68222fd7 (diff) | |
download | gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.gz gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.zst gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.zip |
+2005-06-24 Harish Krishnaswamy <kharish@novell.com>
(patch submitted by Andre Klapper <a9016009@gmx.de>)
* e-shell-window-commands.c: changed copyright year from 2004
* to 2005
svn path=/trunk/; revision=29580
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index ac2e6e1504..e5b2b27ad7 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -506,7 +506,7 @@ about_box_new (void) * about box*/ char *translator_credits = _("translator-credits"); - g_sprintf (copyright, "Copyright \xC2\xA9 1999 - 2004 Novell, Inc. and Others"); + g_sprintf (copyright, "Copyright \xC2\xA9 1999 - 2005 Novell, Inc. and Others"); filename = g_build_filename (EVOLUTION_DATADIR, "pixmaps", "evolution-1.5.png", NULL); |