[Commits] [SCM] claws branch, master, updated. 3.11.1-160-g601733a
mones at claws-mail.org
mones at claws-mail.org
Tue Jun 23 09:35:18 CEST 2015
The branch, master has been updated
via 601733aa309a83af7871a7d209386a978c086106 (commit)
from 2d947971db23076fb67bf2d5ba2da060de93cead (commit)
Summary of changes:
src/gtk/about.c | 9 ++++-----
src/gtk/about.h | 5 ++---
2 files changed, 6 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 601733aa309a83af7871a7d209386a978c086106
Author: Ricardo Mones <ricardo at mones.org>
Date: Mon Jun 22 23:09:20 2015 +0200
Update year for incoming release
diff --git a/src/gtk/about.c b/src/gtk/about.c
index d78d956..22b3d47 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2014 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2015 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
@@ -14,7 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifdef HAVE_CONFIG_H
@@ -156,7 +155,7 @@ static GtkWidget *about_create_child_page_info(void)
NULL);
#ifdef GENERIC_UMPC
gtk_text_buffer_insert(buffer, &iter, _(
- "\n\nCopyright (C) 1999-2014\nThe Claws Mail Team\n"
+ "\n\nCopyright (C) 1999-2015\nThe Claws Mail Team\n"
" and Hiroyuki Yamamoto"), -1);
#endif
gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (_("\n\nSystem Information\n")), -1,
@@ -829,7 +828,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-2014\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2015\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);
diff --git a/src/gtk/about.h b/src/gtk/about.h
index b0671f3..563a2d3 100644
--- a/src/gtk/about.h
+++ b/src/gtk/about.h
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2015 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
@@ -14,7 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __ABOUT_H__
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list