gtkhtml r8787 - branches/mbarnes-composer/components/editor



Author: mbarnes
Date: Mon Mar 17 17:44:04 2008
New Revision: 8787
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8787&view=rev

Log:
Add a tooltip to the toolbar's color combo (#483745).


Modified:
   branches/mbarnes-composer/components/editor/gtkhtml-editor-private.c

Modified: branches/mbarnes-composer/components/editor/gtkhtml-editor-private.c
==============================================================================
--- branches/mbarnes-composer/components/editor/gtkhtml-editor-private.c	(original)
+++ branches/mbarnes-composer/components/editor/gtkhtml-editor-private.c	Mon Mar 17 17:44:04 2008
@@ -256,6 +256,7 @@
 	tool_item = gtk_tool_item_new ();
 	widget = gtkhtml_color_combo_new ();
 	gtk_container_add (GTK_CONTAINER (tool_item), widget);
+	gtk_widget_set_tooltip_text (widget, _("Text Color"));
 	gtk_toolbar_insert (GTK_TOOLBAR (priv->edit_toolbar), tool_item, -1);
 	priv->color_combo_box = g_object_ref (widget);
 	gtk_widget_show_all (GTK_WIDGET (tool_item));



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