| 904 button = |
904 button = |
| 905 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW, |
905 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW, |
| 906 vbox2); |
906 vbox2); |
| 907 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2); |
907 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2); |
| 908 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2); |
908 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2); |
| 909 gaim_button(_("Do not confirm removing of buddies"), &im_options, OPT_IM_DONT_CONFIRM_DEL, vbox2); |
|
| 910 |
|
| 911 frame = gtk_frame_new(_("Window Sizes")); |
909 frame = gtk_frame_new(_("Window Sizes")); |
| 912 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); |
910 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); |
| 913 gtk_widget_show(frame); |
911 gtk_widget_show(frame); |
| 914 |
912 |
| 915 vbox = gtk_vbox_new(FALSE, 5); |
913 vbox = gtk_vbox_new(FALSE, 5); |