src/prefs.c

changeset 2745
f3126ba5e307
parent 2743
4b7e08f5c571
child 2746
4b95933c4b81
equal deleted inserted replaced
2744:8db420364198 2745:f3126ba5e307
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);

mercurial