| 991 |
991 |
| 992 vbox = pidgin_make_frame(ret, _("Conversations")); |
992 vbox = pidgin_make_frame(ret, _("Conversations")); |
| 993 |
993 |
| 994 pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), |
994 pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), |
| 995 PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); |
995 PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); |
| |
996 pidgin_prefs_checkbox(_("Close IMs immediately when the tab is closed"), |
| |
997 PIDGIN_PREFS_ROOT "/conversations/im/close_immediately", vbox); |
| 996 |
998 |
| 997 iconpref1 = pidgin_prefs_checkbox(_("Show _detailed information"), |
999 iconpref1 = pidgin_prefs_checkbox(_("Show _detailed information"), |
| 998 PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); |
1000 PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); |
| 999 iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), |
1001 iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), |
| 1000 PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox); |
1002 PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox); |