comparison src/prefs.c @ 1755:300dcb2aa120

[gaim-migrate @ 1765] Fixed a funny typo. The Conversation->Windows tab had two frames that were both labeled IM Window ;-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 26 Apr 2001 22:45:02 +0000
parents d2eca7a46cfd
children 3dfe4aefd366
comparison
equal deleted inserted replaced
1754:6e51e206a388 1755:300dcb2aa120
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);