Mercurial > pidgin
diff src/prefs.c @ 1244:eaa0e2f5ace4
[gaim-migrate @ 1254]
Ignore incoming fonts option
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Tue, 12 Dec 2000 23:09:07 +0000 |
| parents | 8cb5c1000ea9 |
| children | b5783215b245 |
line wrap: on
line diff
--- a/src/prefs.c Tue Dec 12 22:52:01 2000 +0000 +++ b/src/prefs.c Tue Dec 12 23:09:07 2000 +0000 @@ -245,6 +245,7 @@ gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); + gaim_button(_("Ignore incoming fonts"), &display_options, OPT_DISP_IGNORE_FONTS, box); gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box); sep = gtk_hseparator_new();
