|
|
|
@ -514,7 +514,7 @@ static void |
|
|
|
|
_translate_options(void) |
|
|
|
|
{ |
|
|
|
|
options.copyright = eina_stringshare_printf(gettext(options.copyright), |
|
|
|
|
2019); |
|
|
|
|
2020); |
|
|
|
|
|
|
|
|
|
Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; |
|
|
|
|
while ((desc->shortname != '\0') || (desc->longname) || |
|
|
|
@ -867,7 +867,7 @@ elm_main(int argc, char **argv) |
|
|
|
|
textdomain(PACKAGE); |
|
|
|
|
_translate_options(); |
|
|
|
|
#else |
|
|
|
|
options.copyright = "(C) 2012-2019 Carsten Haitzler and others"; |
|
|
|
|
options.copyright = "(C) 2012-2020 Carsten Haitzler and others"; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
_log_domain = eina_log_domain_register("terminology", NULL); |
|
|
|
|