mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update the copyright date for Help|About to 2015.
Only 6 months late!
This commit is contained in:
parent
3d8b58a1be
commit
5921c63a01
@ -4377,7 +4377,7 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
|
|||||||
{
|
{
|
||||||
const gchar *fixed_message = _("The GnuCash personal finance manager. "
|
const gchar *fixed_message = _("The GnuCash personal finance manager. "
|
||||||
"The GNU way to manage your money!");
|
"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 **authors = get_file_strsplit("AUTHORS");
|
||||||
gchar **documenters = get_file_strsplit("DOCUMENTERS");
|
gchar **documenters = get_file_strsplit("DOCUMENTERS");
|
||||||
gchar *license = get_file("LICENSE");
|
gchar *license = get_file("LICENSE");
|
||||||
|
Loading…
Reference in New Issue
Block a user