comparison src/gtkprefs.c @ 9130:933a19e3a6b3

[gaim-migrate @ 9908] This puts the core in charge of irc-style /commands, which is way cool. Tim did most of the work, I've just been keeping it in sync with CVS, and slowly adding more commands to jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 30 May 2004 19:34:21 +0000
parents 6ea36eac6f22
children 05532ad61ed5
comparison
equal deleted inserted replaced
9129:3e94a77ee0c7 9130:933a19e3a6b3
991 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); 991 "/gaim/gtk/conversations/show_formatting_toolbar", vbox);
992 992
993 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), 993 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"),
994 "/core/conversations/use_alias_for_title", vbox); 994 "/core/conversations/use_alias_for_title", vbox);
995 995
996 gaim_gtk_prefs_checkbox(_("Enable _Commands"),
997 "/gaim/gtk/conversations/enable_commands", vbox);
998
996 vbox = gaim_gtk_make_frame (ret, _("Tab Options")); 999 vbox = gaim_gtk_make_frame (ret, _("Tab Options"));
997 1000
998 tabs_checkbox = gaim_gtk_prefs_checkbox(_("Show IMs and chats in _tabbed windows"), 1001 tabs_checkbox = gaim_gtk_prefs_checkbox(_("Show IMs and chats in _tabbed windows"),
999 "/gaim/gtk/conversations/tabs", vbox); 1002 "/gaim/gtk/conversations/tabs", vbox);
1000 1003