comparison src/prefs.c @ 2743:9f71beb77c60

[gaim-migrate @ 2756] I didnt test this but it should work committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 18 Nov 2001 04:19:49 +0000
parents f3c094e78609
children 0c8de85fee62
comparison
equal deleted inserted replaced
2742:6f527cbd899d 2743:9f71beb77c60
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);
909 910
910 frame = gtk_frame_new(_("Window Sizes")); 911 frame = gtk_frame_new(_("Window Sizes"));
911 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); 912 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
912 gtk_widget_show(frame); 913 gtk_widget_show(frame);
913 914