comparison src/prefs.c @ 1411:a3e472534370

[gaim-migrate @ 1421] can close windows by hitting 'esc' committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 16 Jan 2001 02:20:08 +0000
parents 815e3000467e
children 00b3d02a2168
comparison
equal deleted inserted replaced
1410:6b083d580184 1411:a3e472534370
239 label = gtk_label_new(_("All options take effect immediately unless otherwise noted.")); 239 label = gtk_label_new(_("All options take effect immediately unless otherwise noted."));
240 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); 240 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
241 gtk_widget_show(label); 241 gtk_widget_show(label);
242 242
243 gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, box); 243 gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, box);
244 gaim_button(_("Escape closes window"), &general_options, OPT_GEN_ESC_CAN_CLOSE, box);
244 gaim_button(_("Control-{B/I/U/S} inserts HTML tags"), &general_options, OPT_GEN_CTL_CHARS, box); 245 gaim_button(_("Control-{B/I/U/S} inserts HTML tags"), &general_options, OPT_GEN_CTL_CHARS, box);
245 gaim_button(_("Control-(number) inserts smileys"), &general_options, OPT_GEN_CTL_SMILEYS, box); 246 gaim_button(_("Control-(number) inserts smileys"), &general_options, OPT_GEN_CTL_SMILEYS, box);
246 247
247 sep = gtk_hseparator_new(); 248 sep = gtk_hseparator_new();
248 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 249 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);