# HG changeset patch # User Rob Flynn # Date 1049417218 0 # Node ID c54fc48e33b0927bc7c344490ad18df9cb6582f6 # Parent f514aa3c01db635ab00e85f01c36963fc84e5914 [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 diff -r f514aa3c01db -r c54fc48e33b0 src/prefs.c --- a/src/prefs.c Fri Apr 04 00:37:13 2003 +0000 +++ b/src/prefs.c Fri Apr 04 00:46:58 2003 +0000 @@ -640,6 +640,7 @@ vbox = make_frame (ret, _("Display")); gaim_button(_("Show _logins in window"), &im_options, OPT_IM_LOGON, vbox); + gaim_button(_("Show a_liases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox); vbox = make_frame (ret, _("Typing Notification")); typingbutton = gaim_button(_("Notify buddies that you are _typing to them"), &misc_options, @@ -705,7 +706,7 @@ _("Right"), OPT_IM_BR_TAB | OPT_IM_SIDE_TAB, NULL); gtk_size_group_add_widget(sg, dd); gaim_button(_("Show all _instant messages in one tabbed\nwindow"), &im_options, OPT_IM_ONE_WINDOW, vbox); - gaim_button(_("Show a_liases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox); + vbox = make_frame (ret, _("Chat Tabs")); dd = gaim_dropdown(vbox, _("Tab _placement:"), &chat_options, OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB,