diff options
author | Boris Faure <billiob@gmail.com> | 2015-02-03 20:44:46 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2015-02-03 20:44:46 +0100 |
commit | bae16a33b9f433b993d2fceafc2587b373caa92e (patch) | |
tree | 752478e90b0cfffb4ae34946293c3fc2e75693b8 /src | |
parent | 22500d8b7cb1e9b89ae78fb6e68e34fd071dfb92 (diff) |
we're in 2015
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/about.c | 2 | ||||
-rw-r--r-- | src/bin/main.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/about.c b/src/bin/about.c index aae50e5..6366ec2 100644 --- a/src/bin/about.c +++ b/src/bin/about.c | |||
@@ -69,7 +69,7 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term, | |||
69 | "<br>" | 69 | "<br>" |
70 | "%s" // LICENSE | 70 | "%s" // LICENSE |
71 | ), | 71 | ), |
72 | PACKAGE_VERSION, 2014, | 72 | PACKAGE_VERSION, 2015, |
73 | "Carsten Haitzler<br>" | 73 | "Carsten Haitzler<br>" |
74 | "Boris Faure<br>" | 74 | "Boris Faure<br>" |
75 | "Gustavo Sverzut Barbieri<br>" | 75 | "Gustavo Sverzut Barbieri<br>" |
diff --git a/src/bin/main.c b/src/bin/main.c index 4f97f00..891f1ae 100644 --- a/src/bin/main.c +++ b/src/bin/main.c | |||
@@ -404,7 +404,7 @@ static void | |||
404 | _translate_options(void) | 404 | _translate_options(void) |
405 | { | 405 | { |
406 | options.copyright = eina_stringshare_printf(gettext(options.copyright), | 406 | options.copyright = eina_stringshare_printf(gettext(options.copyright), |
407 | 2014); | 407 | 2015); |
408 | 408 | ||
409 | Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; | 409 | Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; |
410 | while ((desc->shortname != '\0') || (desc->longname) | 410 | while ((desc->shortname != '\0') || (desc->longname) |
@@ -537,7 +537,7 @@ elm_main(int argc, char **argv) | |||
537 | textdomain(PACKAGE); | 537 | textdomain(PACKAGE); |
538 | _translate_options(); | 538 | _translate_options(); |
539 | #else | 539 | #else |
540 | options.copyright = "(C) 2012-2014 Carsten Haitzler and others"; | 540 | options.copyright = "(C) 2012-2015 Carsten Haitzler and others"; |
541 | #endif | 541 | #endif |
542 | 542 | ||
543 | _log_domain = eina_log_domain_register("terminology", NULL); | 543 | _log_domain = eina_log_domain_register("terminology", NULL); |