[Commits] about.c 1.4.2.88 1.4.2.89

claws at claws-mail.org claws at claws-mail.org
Mon Jan 21 16:58:04 CET 2013


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

Modified Files:
      Tag: gtk2
	about.c 
Log Message:
2013-01-21 [paul]	3.9.0cvs56

	* src/common/defs.h
	* src/gtk/about.c
		promote the users' ml on the About/Info tab 

Index: about.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/about.c,v
retrieving revision 1.4.2.88
retrieving revision 1.4.2.89
diff -u -d -r1.4.2.88 -r1.4.2.89
--- about.c	9 Jan 2013 12:04:13 -0000	1.4.2.88
+++ about.c	21 Jan 2013 15:58:01 -0000	1.4.2.89
@@ -136,6 +136,11 @@
 	gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, HOMEPAGE_URI, -1,
 				"link", NULL);
 	gtk_text_buffer_insert(buffer, &iter, _("\n\n"
+				"For support and discussion subscribe to the Claws Mail "
+				"users' mailing list:\n"),-1);
+	gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, USERS_ML_URI, -1,
+				"link", NULL);
+	gtk_text_buffer_insert(buffer, &iter, _("\n\n"
 				"Claws Mail is free software released "
 				"under the GPL. If you wish to donate "
 				"to the Claws Mail project you can do "



More information about the Commits mailing list