From 2b41895fff58567d9f56d7c51d7e4758cdf53f1c Mon Sep 17 00:00:00 2001 From: Chris Shoemaker Date: Sun, 9 Jul 2006 12:05:25 +0000 Subject: [PATCH] Update 'About' dialog copyright notice. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14471 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index dcda9430dc..237a5307f9 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -3214,7 +3214,7 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window) { const gchar *fixed_message = _("The GnuCash personal finance manager. " "The GNU way to manage your money!"); - const gchar *copyright = "© 1998-2005 Linas Vepstas"; + const gchar *copyright = "© 1997-2006 Contributors"; gchar **authors, **documenters, *license, *message; GdkPixbuf *logo;