diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index 16304d2133..b0ceb5aaf7 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -3958,7 +3958,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 = "© 1997-2009 Contributors"; + const gchar *copyright = "© 1997-2010 Contributors"; gchar **authors, **documenters, *license, *message; GdkPixbuf *logo;