src/prefs.c

changeset 667
589c12ea0480
parent 666
0a313fec9a15
child 673
9a745db5af16
equal deleted inserted replaced
666:0a313fec9a15 667:589c12ea0480
362 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 362 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
363 gtk_widget_show(sep); 363 gtk_widget_show(sep);
364 364
365 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); 365 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box);
366 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); 366 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
367 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
367 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); 368 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
368 369
369 sep = gtk_hseparator_new(); 370 sep = gtk_hseparator_new();
370 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 371 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
371 gtk_widget_show(sep); 372 gtk_widget_show(sep);

mercurial