comparison src/prefs.c @ 4991:c54fc48e33b0

[gaim-migrate @ 5326] I really think the option to display aliases should be in the IM section of the preferences, not the Tabs section. If someone objects, explain to me why you think it should be the other way.... committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 04 Apr 2003 00:46:58 +0000
parents 088566495617
children 2c191ee5cd7a
comparison
equal deleted inserted replaced
4990:f514aa3c01db 4991:c54fc48e33b0
638 gaim_button(_("Hide buddy _icons"), &im_options, OPT_IM_HIDE_ICONS, vbox); 638 gaim_button(_("Hide buddy _icons"), &im_options, OPT_IM_HIDE_ICONS, vbox);
639 gaim_button(_("Disable buddy icon a_nimation"), &im_options, OPT_IM_NO_ANIMATION, vbox); 639 gaim_button(_("Disable buddy icon a_nimation"), &im_options, OPT_IM_NO_ANIMATION, vbox);
640 640
641 vbox = make_frame (ret, _("Display")); 641 vbox = make_frame (ret, _("Display"));
642 gaim_button(_("Show _logins in window"), &im_options, OPT_IM_LOGON, vbox); 642 gaim_button(_("Show _logins in window"), &im_options, OPT_IM_LOGON, vbox);
643 gaim_button(_("Show a_liases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox);
643 644
644 vbox = make_frame (ret, _("Typing Notification")); 645 vbox = make_frame (ret, _("Typing Notification"));
645 typingbutton = gaim_button(_("Notify buddies that you are _typing to them"), &misc_options, 646 typingbutton = gaim_button(_("Notify buddies that you are _typing to them"), &misc_options,
646 OPT_MISC_STEALTH_TYPING, vbox); 647 OPT_MISC_STEALTH_TYPING, vbox);
647 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(typingbutton), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(typingbutton))); 648 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(typingbutton), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(typingbutton)));
703 _("Bottom"), OPT_IM_BR_TAB, 704 _("Bottom"), OPT_IM_BR_TAB,
704 _("Left"), OPT_IM_SIDE_TAB, 705 _("Left"), OPT_IM_SIDE_TAB,
705 _("Right"), OPT_IM_BR_TAB | OPT_IM_SIDE_TAB, NULL); 706 _("Right"), OPT_IM_BR_TAB | OPT_IM_SIDE_TAB, NULL);
706 gtk_size_group_add_widget(sg, dd); 707 gtk_size_group_add_widget(sg, dd);
707 gaim_button(_("Show all _instant messages in one tabbed\nwindow"), &im_options, OPT_IM_ONE_WINDOW, vbox); 708 gaim_button(_("Show all _instant messages in one tabbed\nwindow"), &im_options, OPT_IM_ONE_WINDOW, vbox);
708 gaim_button(_("Show a_liases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox); 709
709 710
710 vbox = make_frame (ret, _("Chat Tabs")); 711 vbox = make_frame (ret, _("Chat Tabs"));
711 dd = gaim_dropdown(vbox, _("Tab _placement:"), &chat_options, OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB, 712 dd = gaim_dropdown(vbox, _("Tab _placement:"), &chat_options, OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB,
712 _("Top"), 0, 713 _("Top"), 0,
713 _("Bottom"), OPT_CHAT_BR_TAB, 714 _("Bottom"), OPT_CHAT_BR_TAB,