comparison src/gtkprefs.c @ 10377:a7a4db67040c

[gaim-migrate @ 11602] Removed "Show formatting toolbar," making the conversation menu affect the global pref. Use this and let me know if it makes sense or not. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 15 Dec 2004 02:17:59 +0000
parents 5fe89d2df440
children 232808c6d6ab
comparison
equal deleted inserted replaced
10376:7196933335d9 10377:a7a4db67040c
887 vbox = gaim_gtk_make_frame(ret, _("Conversations")); 887 vbox = gaim_gtk_make_frame(ret, _("Conversations"));
888 888
889 gaim_gtk_prefs_checkbox(_("Send unknown \"_slash\" commands as messages"), 889 gaim_gtk_prefs_checkbox(_("Send unknown \"_slash\" commands as messages"),
890 "/gaim/gtk/conversations/passthrough_unknown_commands", vbox); 890 "/gaim/gtk/conversations/passthrough_unknown_commands", vbox);
891 891
892 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"),
893 "/gaim/gtk/conversations/show_formatting_toolbar", vbox);
894 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), 892 gaim_gtk_prefs_checkbox(_("Show buddy _icons"),
895 "/gaim/gtk/conversations/im/show_buddy_icons", vbox); 893 "/gaim/gtk/conversations/im/show_buddy_icons", vbox);
896 gaim_gtk_prefs_checkbox(_("Enable buddy ic_on animation"), 894 gaim_gtk_prefs_checkbox(_("Enable buddy ic_on animation"),
897 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); 895 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox);
898 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"), 896 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"),