gnucash maint: Update the copyright date for Help|About to 2015.

John Ralls jralls at code.gnucash.org
Sun Jul 5 19:34:00 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/5921c63a (commit)
	from  https://github.com/Gnucash/gnucash/commit/3d8b58a1 (commit)



commit 5921c63a014516ab0ae01ec3614aa63202380f91
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 5 16:33:52 2015 -0700

    Update the copyright date for Help|About to 2015.
    
    Only 6 months late!

diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c
index 048d00f..474fad0 100644
--- a/src/gnome-utils/gnc-main-window.c
+++ b/src/gnome-utils/gnc-main-window.c
@@ -4377,7 +4377,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-2014 Contributors");
+	const gchar *copyright = _("© 1997-2015 Contributors");
 	gchar **authors = get_file_strsplit("AUTHORS");
 	gchar **documenters = get_file_strsplit("DOCUMENTERS");
 	gchar *license = get_file("LICENSE");



Summary of changes:
 src/gnome-utils/gnc-main-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list