gtkhtml r8788 - trunk/components/html-editor



Author: mcrha
Date: Mon Mar 17 20:18:33 2008
New Revision: 8788
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8788&view=rev

Log:
2008-03-17  Milan Crha  <mcrha redhat com>

	** Fix for bug #483745

	* toolbar.c: (create_style_toolbar): Add tooltip for text color combo.



Modified:
   trunk/components/html-editor/ChangeLog
   trunk/components/html-editor/toolbar.c

Modified: trunk/components/html-editor/toolbar.c
==============================================================================
--- trunk/components/html-editor/toolbar.c	(original)
+++ trunk/components/html-editor/toolbar.c	Mon Mar 17 20:18:33 2008
@@ -537,7 +537,7 @@
 
 	gtk_toolbar_append_widget (GTK_TOOLBAR (cd->toolbar_style),
 				   setup_gi_color_combo (cd),
-				   NULL, NULL);
+				   _("Text Color"), NULL);
 
 	cd->font_style_changed_connection_id
 		= g_signal_connect (GTK_OBJECT (cd->html), "insertion_font_style_changed",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]