comparison src/prefs.c @ 2834:66b1112d948f

[gaim-migrate @ 2847] eh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 02 Dec 2001 11:30:20 +0000
parents 51999a36c0b1
children 754bb84d8776
comparison
equal deleted inserted replaced
2833:cdbe6e2f0ff2 2834:66b1112d948f
905 button = 905 button =
906 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW, 906 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW,
907 vbox2); 907 vbox2);
908 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2); 908 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2);
909 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2); 909 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2);
910 gaim_button(_("Show aliases in tabs"), &im_options, OPT_IM_ALIAS_TAB, vbox2); 910 gaim_button(_("Show aliases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
911 gaim_button(_("Hide window on send"), &im_options, OPT_IM_POPDOWN, vbox2); 911 gaim_button(_("Hide window on send"), &im_options, OPT_IM_POPDOWN, vbox2);
912 912
913 frame = gtk_frame_new(_("Window Sizes")); 913 frame = gtk_frame_new(_("Window Sizes"));
914 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); 914 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
915 gtk_widget_show(frame); 915 gtk_widget_show(frame);