changeset 2583:ce3df2c43f46

[gaim-migrate @ 2596] thanks to Dennis Lambe Jr. (malsyned). Several of you will probably wonder why I put it in gtkimhtml.c instead of conversation.c like the rest of the smilies. (Dennis also put it in gtkimhtml.c.) gtkimhtml.c strives to be more or less compatible and identical with winaim (though fewer bugs ;) ). winaim parses out :-d. winaim doesn't parse any of the ones in conversation.c though. So if winaim parses it, it goes in gtkimhtml.c. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 Oct 2001 04:59:46 +0000
parents 5efa8077107f
children 34812d648f72
files src/gtkimhtml.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Oct 23 04:54:45 2001 +0000
+++ b/src/gtkimhtml.c	Tue Oct 23 04:59:46 2001 +0000
@@ -2016,6 +2016,7 @@
 
 	gtk_imhtml_associate_smiley (imhtml, ":-X", crossedlips_xpm);
 	gtk_imhtml_associate_smiley (imhtml, ":-D", bigsmile_xpm);
+	gtk_imhtml_associate_smiley (imhtml, ":-d", bigsmile_xpm);
 	gtk_imhtml_associate_smiley (imhtml, "O:-)", angel_xpm);
 }