diff src/conversation.c @ 2426:9e6c9461df3d

[gaim-migrate @ 2439] Nothing here, just fixed a typo. Stop reading this. Delete this message now. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 04 Oct 2001 15:57:10 +0000
parents 95b4ec08abec
children 6bdeb91abe4e
line wrap: on
line diff
--- a/src/conversation.c	Thu Oct 04 07:47:56 2001 +0000
+++ b/src/conversation.c	Thu Oct 04 15:57:10 2001 +0000
@@ -58,6 +58,7 @@
 #include "pixmaps/oneeye.xpm"
 #include "pixmaps/crazy4.xpm"
 #include "pixmaps/mrt.xpm"
+#include "pixmaps/download.xpm"
 
 int state_lock = 0;
 
@@ -100,6 +101,7 @@
 	gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ">:-)", crazy4_xpm);
 	gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-o)))", mrt_xpm);
 	gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-O)))", mrt_xpm);
+	gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), "8-|)", download_xpm);
 }
 
 void quiet_set(GtkWidget *tb, int state)