From: Paul Date: Tue, 11 Feb 2020 13:09:58 +0000 (+0000) Subject: update to 2020 X-Git-Tag: 3.17.5~13 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=53861818806646f8d52498c2f05d228657b600ad;hp=ed7643486d1e3af87b3b820a5833f4e8f10d551e update to 2020 --- diff --git a/src/gtk/about.c b/src/gtk/about.c index b613d2c1e..2f81a4eae 100644 --- 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-2019 Hiroyuki Yamamoto and the Claws Mail team + * Copyright (C) 1999-2020 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-2019\nThe Claws Mail Team\n" + ADD_TEXT(_("Copyright (C) 1999-2020\nThe Claws Mail Team\n" "and Hiroyuki Yamamoto")); #endif ADD_TEXT("\n\n"); @@ -849,7 +849,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-2019\nThe Claws Mail Team\n" + (_("Copyright (C) 1999-2020\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);