( cvs diff -u -r 1.1.2.8 -r 1.1.2.9 claws-mail.desktop; ) > 3.9.0cvs52.patchset
( cvs diff -u -r 1.1.4.6 -r 1.1.4.7 tools/vcard2xml.py; ) > 3.9.0cvs53.patchset
( cvs diff -u -r 1.9.2.83 -r 1.9.2.84 src/gtk/gtkaspell.c; ) > 3.9.0cvs54.patchset
+( cvs diff -u -r 1.1.2.14 -r 1.1.2.15 doc/man/claws-mail.1; cvs diff -u -r 1.4.2.87 -r 1.4.2.88 src/gtk/about.c; ) > 3.9.0cvs55.patchset
/*
* 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
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,
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);