comparison 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
comparison
equal deleted inserted replaced
1243:6c05af408b71 1244:eaa0e2f5ace4
243 gtk_widget_show(sep); 243 gtk_widget_show(sep);
244 244
245 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); 245 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box);
246 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); 246 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
247 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); 247 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
248 gaim_button(_("Ignore incoming fonts"), &display_options, OPT_DISP_IGNORE_FONTS, box);
248 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box); 249 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
249 250
250 sep = gtk_hseparator_new(); 251 sep = gtk_hseparator_new();
251 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 252 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
252 gtk_widget_show(sep); 253 gtk_widget_show(sep);