commit c0c904e36698605aadf4f61d05b76db1f9ee6828
parent 8b5f46f3d98ec16c2050737659451fef2bff3a2a
Author: Paul <paul@claws-mail.org>
Date: Fri, 4 Jan 2019 13:11:33 +0000
update copyright year
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/gtk/about.c b/src/gtk/about.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2018 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2019 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-2018\nThe Claws Mail Team\n"
+ ADD_TEXT(_("Copyright (C) 1999-2019\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
@@ -848,7 +848,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox2), button, FALSE, FALSE, 0);
#ifndef GENERIC_UMPC
label = gtk_label_new
- (_("Copyright (C) 1999-2018\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2019\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);