comparison src/gtkimhtml.c @ 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 e284ab2882bd
children 35c23df11d16
comparison
equal deleted inserted replaced
2582:5efa8077107f 2583:ce3df2c43f46
2014 gtk_imhtml_associate_smiley (imhtml, ":-/", think_xpm); 2014 gtk_imhtml_associate_smiley (imhtml, ":-/", think_xpm);
2015 gtk_imhtml_associate_smiley (imhtml, ":-\\", think_xpm); 2015 gtk_imhtml_associate_smiley (imhtml, ":-\\", think_xpm);
2016 2016
2017 gtk_imhtml_associate_smiley (imhtml, ":-X", crossedlips_xpm); 2017 gtk_imhtml_associate_smiley (imhtml, ":-X", crossedlips_xpm);
2018 gtk_imhtml_associate_smiley (imhtml, ":-D", bigsmile_xpm); 2018 gtk_imhtml_associate_smiley (imhtml, ":-D", bigsmile_xpm);
2019 gtk_imhtml_associate_smiley (imhtml, ":-d", bigsmile_xpm);
2019 gtk_imhtml_associate_smiley (imhtml, "O:-)", angel_xpm); 2020 gtk_imhtml_associate_smiley (imhtml, "O:-)", angel_xpm);
2020 } 2021 }
2021 2022
2022 GtkWidget* 2023 GtkWidget*
2023 gtk_imhtml_new (GtkAdjustment *hadj, 2024 gtk_imhtml_new (GtkAdjustment *hadj,