[Commits] about.c 1.4.2.87 1.4.2.88
claws at claws-mail.org
claws at claws-mail.org
Wed Jan 9 13:04:15 CET 2013
Update of /home/claws-mail/claws/src/gtk
In directory srv:/tmp/cvs-serv24243/src/gtk
Modified Files:
Tag: gtk2
about.c
Log Message:
2013-01-09 [paul] 3.9.0cvs55
* doc/man/claws-mail.1
* src/gtk/about.c
update copyright year
Index: about.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/about.c,v
retrieving revision 1.4.2.87
retrieving revision 1.4.2.88
diff -u -d -r1.4.2.87 -r1.4.2.88
--- about.c 16 Nov 2012 23:42:15 -0000 1.4.2.87
+++ about.c 9 Jan 2013 12:04:13 -0000 1.4.2.88
@@ -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
+ * Copyright (C) 1999-2013 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
@@ -151,7 +151,7 @@
NULL);
#ifdef GENERIC_UMPC
gtk_text_buffer_insert(buffer, &iter, _(
- "\n\nCopyright (C) 1999-2012\nThe Claws Mail Team\n"
+ "\n\nCopyright (C) 1999-2013\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,
@@ -824,7 +824,7 @@
gtk_box_pack_start(GTK_BOX(vbox2), button, FALSE, FALSE, 0);
#ifndef GENERIC_UMPC
label = gtk_label_new
- (_("Copyright (C) 1999-2012\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2013\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);
More information about the Commits
mailing list