[Commits] [SCM] claws branch, master, updated. 3.16.0-176-g82c84d4

claws at claws-mail.org claws at claws-mail.org
Wed May 23 19:28:59 CEST 2018


The branch, master has been updated
       via  82c84d49629aeff0daecdf015df44c9bb0bd143c (commit)
      from  1011361620e85c34d5aaf52098f2b09d077b0df4 (commit)

Summary of changes:
 src/gtk/about.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 82c84d49629aeff0daecdf015df44c9bb0bd143c
Author: Paul <paul at claws-mail.org>
Date:   Wed May 23 18:28:55 2018 +0100

    update UI copyright year

diff --git a/src/gtk/about.c b/src/gtk/about.c
index d7dfbd1..f5893e1 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-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
@@ -159,7 +159,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");
@@ -847,7 +847,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-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);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list