changeset 18386:95c45d72c6e7

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.
author Richard Laager <rlaager@wiktel.com>
date Sat, 30 Jun 2007 23:15:31 +0000
parents e3280ccdc305
children 8c5b9b789bbb c9a28619cfd5
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);