Mercurial > pidgin
diff src/prefs.c @ 337:f5b199e20d12
[gaim-migrate @ 347]
Cheese first look at graphical smileys. These are subject to change quite a bit :0
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Tue, 06 Jun 2000 09:36:12 +0000 |
| parents | a88b889b692b |
| children | 9d258a0aa560 |
line wrap: on
line diff
--- a/src/prefs.c Mon Jun 05 17:25:16 2000 +0000 +++ b/src/prefs.c Tue Jun 06 09:36:12 2000 +0000 @@ -789,7 +789,7 @@ #endif gaim_button("Show logon/logoffs in conversation windows", &display_options, OPT_DISP_SHOW_LOGON, appbox ); gaim_button("Use devil icons", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); - + gaim_button("Show graphical smileys", &display_options, OPT_DISP_SHOW_SMILEY, appbox ); gaim_button("Bold Text", &font_options, OPT_FONT_BOLD, fontbox);
