comparison src/prefs.c @ 830:60284aef22f0

[gaim-migrate @ 840] ctrl-1 = :-) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 02 Sep 2000 08:42:40 +0000
parents 75d9cdffb946
children 0142b4c66394
comparison
equal deleted inserted replaced
829:9a123b171f46 830:60284aef22f0
621 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); 621 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
622 gtk_widget_show(label); 622 gtk_widget_show(label);
623 623
624 gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, box); 624 gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, box);
625 gaim_button(_("Control-{B/I/U/S} inserts HTML tags"), &general_options, OPT_GEN_CTL_CHARS, box); 625 gaim_button(_("Control-{B/I/U/S} inserts HTML tags"), &general_options, OPT_GEN_CTL_CHARS, box);
626 gaim_button(_("Control-(number) inserts smileys"), &general_options, OPT_GEN_CTL_SMILEYS, box);
626 627
627 sep = gtk_hseparator_new(); 628 sep = gtk_hseparator_new();
628 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 629 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
629 gtk_widget_show(sep); 630 gtk_widget_show(sep);
630 631