update UI copyright year

This commit is contained in:
Paul 2018-05-23 18:28:55 +01:00 committed by Andrej Kacian
parent 546b18b9f5
commit df53ae275f

View file

@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2017 Hiroyuki Yamamoto and the Claws Mail team
* Copyright (C) 1999-2018 Hiroyuki Yamamoto and the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -160,7 +160,7 @@ static GtkWidget *about_create_child_page_info(void)
NULL);
#ifdef GENERIC_UMPC
ADD_TEXT("\n\n");
ADD_TEXT(_("Copyright (C) 1999-2017\nThe Claws Mail Team\n"
ADD_TEXT(_("Copyright (C) 1999-2018\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
@ -854,7 +854,7 @@ static void about_create(void)
gtk_container_add(GTK_CONTAINER(grid2), button);
#ifndef GENERIC_UMPC
label = gtk_label_new
(_("Copyright (C) 1999-2017\nThe Claws Mail Team\n"
(_("Copyright (C) 1999-2018\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);