diff src/gtkimhtmltoolbar.c @ 8359:05c174138e94

[gaim-migrate @ 9083] Was there a reason html was being stripped from outgoing oscar chat messages? I mean, aside from it being good for mankind and everything? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 28 Feb 2004 17:08:08 +0000
parents 415283e39bce
children 4a5b36510665
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c	Sat Feb 28 14:27:31 2004 +0000
+++ b/src/gtkimhtmltoolbar.c	Sat Feb 28 17:08:08 2004 +0000
@@ -274,7 +274,7 @@
 		  &bgcolor);*/
 		if (!toolbar->bgcolor_dialog) {
 
-			toolbar->bgcolor_dialog = gtk_color_selection_dialog_new(_("Select Text Color"));
+			toolbar->bgcolor_dialog = gtk_color_selection_dialog_new(_("Select Background Color"));
 			colorsel = GTK_COLOR_SELECTION_DIALOG(toolbar->bgcolor_dialog)->colorsel;
 			//gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(colorsel), &bgcolor);
 			g_object_set_data(G_OBJECT(colorsel), "gaim_toolbar", toolbar);