src/prefs.c

changeset 1755
bcbfe745dd61
parent 1750
f2a0aa76d7ec
child 1757
8c57846a4691
equal deleted inserted replaced
1754:8ddebbf5c6cf 1755:bcbfe745dd61
569 gaim_button(_("Show all conversations in one tabbed window"), &display_options, OPT_DISP_ONE_WINDOW, vbox); 569 gaim_button(_("Show all conversations in one tabbed window"), &display_options, OPT_DISP_ONE_WINDOW, vbox);
570 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, vbox); 570 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, vbox);
571 gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, vbox); 571 gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, vbox);
572 gaim_button(_("Show larger entry box on new windows"), &display_options, OPT_DISP_CONV_BIG_ENTRY, vbox); 572 gaim_button(_("Show larger entry box on new windows"), &display_options, OPT_DISP_CONV_BIG_ENTRY, vbox);
573 573
574 frame = gtk_frame_new(_("IM Window")); 574 frame = gtk_frame_new(_("Group Chat Window"));
575 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); 575 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
576 gtk_widget_show(frame); 576 gtk_widget_show(frame);
577 577
578 hbox = gtk_hbox_new(FALSE, 5); 578 hbox = gtk_hbox_new(FALSE, 5);
579 gtk_container_add(GTK_CONTAINER(frame), hbox); 579 gtk_container_add(GTK_CONTAINER(frame), hbox);

mercurial