# HG changeset patch # User Richard Laager # Date 1183245331 0 # Node ID 95c45d72c6e7d0b42a8da26d85f765c27bab4785 # Parent e3280ccdc305b3699a5fe8930f71e922844c45ca The formatting imhtml in the prefs isn't rendering the smiley and it's not necessary, so I'm removing it. As a side note, it'd be nice if we hid the Insert menu here. diff -r e3280ccdc305 -r 95c45d72c6e7 pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Sat Jun 30 23:13:15 2007 +0000 +++ b/pidgin/gtkprefs.c Sat Jun 30 23:15:31 2007 +0000 @@ -1051,7 +1051,7 @@ GTK_IMHTML_BACKCOLOR | GTK_IMHTML_BACKGROUND); - gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0); + gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting."), 0); gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);