[Commits] about.c 1.4.2.81 1.4.2.82

claws at claws-mail.org claws at claws-mail.org
Sun May 27 19:10:45 CEST 2012


Update of /home/claws-mail/claws/src/gtk
In directory srv:/tmp/cvs-serv24770/src/gtk

Modified Files:
      Tag: gtk2
	about.c 
Log Message:
2012-05-27 [paul]	3.8.0cvs47

	* src/editldap.c
	* src/prefs_actions.c
	* src/gtk/about.c
		fix some typos in strings, thanks to Thomas Bellmann 

Index: about.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/about.c,v
retrieving revision 1.4.2.81
retrieving revision 1.4.2.82
diff -u -d -r1.4.2.81 -r1.4.2.82
--- about.c	7 Oct 2011 09:17:50 -0000	1.4.2.81
+++ about.c	27 May 2012 17:10:43 -0000	1.4.2.82
@@ -143,7 +143,7 @@
 				NULL);
 #ifdef GENERIC_UMPC
 	gtk_text_buffer_insert(buffer, &iter, _(
-				"\n\nCopyright (C) 1999-2011\nThe Claws Mail Team\n"
+				"\n\nCopyright (C) 1999-2012\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,
@@ -708,7 +708,7 @@
 	gtk_box_pack_start(GTK_BOX(vbox2), button, FALSE, FALSE, 0);
 #ifndef GENERIC_UMPC
 	label = gtk_label_new
-		(_("Copyright (C) 1999-2011\nThe Claws Mail Team\n"
+		(_("Copyright (C) 1999-2012\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