From d039827b33f1aac97cfdabbedfe48f913434d21e Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Fri, 1 Jan 2010 19:19:16 +0000 Subject: [PATCH] 2010-01-01 [paul] 3.7.3cvs50 * src/gtk/about.c bump copyright year whilst it's in mind --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/gtk/about.c | 6 +++--- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7864ab7dd..ff4cef630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-01 [paul] 3.7.3cvs50 + + * src/gtk/about.c + bump copyright year whilst it's in mind + 2009-12-31 [paul] 3.7.3cvs49 * manual/claws-mail-manual.xml diff --git a/PATCHSETS b/PATCHSETS index d7c4a2a2a..cbd8ab799 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3923,3 +3923,4 @@ ( cvs diff -u -r 1.1.4.61 -r 1.1.4.62 src/prefs_filtering_action.c; ) > 3.7.3cvs47.patchset ( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/intro.xml; cvs diff -u -r 1.1.2.26 -r 1.1.2.27 manual/plugins.xml; ) > 3.7.3cvs48.patchset ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/claws-mail-manual.xml; cvs diff -u -r 1.1.2.11 -r 1.1.2.12 manual/intro.xml; cvs diff -u -r 1.1.2.27 -r 1.1.2.28 manual/plugins.xml; ) > 3.7.3cvs49.patchset +( cvs diff -u -r 1.4.2.75 -r 1.4.2.76 src/gtk/about.c; ) > 3.7.3cvs50.patchset diff --git a/configure.ac b/configure.ac index 726026bb3..de97bf4c3 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=49 +EXTRA_VERSION=50 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/about.c b/src/gtk/about.c index fa5b64de1..a52bd3f9b 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-2009 Hiroyuki Yamamoto and the Claws Mail team + * Copyright (C) 1999-2010 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 @@ -143,7 +143,7 @@ static GtkWidget *about_create_child_page_info(void) NULL); #ifdef GENERIC_UMPC gtk_text_buffer_insert(buffer, &iter, _( - "\n\nCopyright (C) 1999-2009\nHiroyuki Yamamoto \n" + "\n\nCopyright (C) 1999-2010\nHiroyuki Yamamoto \n" "and the Claws Mail team"), -1); #endif gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (_("\n\nSystem Information\n")), -1, @@ -720,7 +720,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-2009\nHiroyuki Yamamoto \n" + (_("Copyright (C) 1999-2010\nHiroyuki Yamamoto \n" "and the Claws Mail team")); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER); -- 2.25.1