changeset 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 f514aa3c01db
children e2047cd770d6
files src/prefs.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,