Mercurial > pidgin
comparison src/gtkprefs.c @ 8015:5f86d21b6232
[gaim-migrate @ 8695]
chat aliases in tabs/titles (like the add/remove button, these don't update when they should)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 05 Jan 2004 22:09:29 +0000 |
parents | fc6b362f9c26 |
children | fa6395637e2c |
comparison
equal
deleted
inserted
replaced
8014:c052eccc10ee | 8015:5f86d21b6232 |
---|---|
887 "/core/conversations/send_urls_as_links", vbox); | 887 "/core/conversations/send_urls_as_links", vbox); |
888 | 888 |
889 gaim_gtk_prefs_checkbox(_("Show Formatting Toolbar"), | 889 gaim_gtk_prefs_checkbox(_("Show Formatting Toolbar"), |
890 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); | 890 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); |
891 | 891 |
892 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), | |
893 "/core/conversations/use_alias_for_title", vbox); | |
894 | |
892 vbox = gaim_gtk_make_frame (ret, _("Tab Options")); | 895 vbox = gaim_gtk_make_frame (ret, _("Tab Options")); |
893 | 896 |
894 label = gaim_gtk_prefs_dropdown(vbox, _("_Tab Placement:"), GAIM_PREF_INT, | 897 label = gaim_gtk_prefs_dropdown(vbox, _("_Tab Placement:"), GAIM_PREF_INT, |
895 "/gaim/gtk/conversations/tab_side", | 898 "/gaim/gtk/conversations/tab_side", |
896 _("Top"), GTK_POS_TOP, | 899 _("Top"), GTK_POS_TOP, |
982 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); | 985 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); |
983 | 986 |
984 vbox = gaim_gtk_make_frame (ret, _("Display")); | 987 vbox = gaim_gtk_make_frame (ret, _("Display")); |
985 gaim_gtk_prefs_checkbox(_("Show _logins in window"), | 988 gaim_gtk_prefs_checkbox(_("Show _logins in window"), |
986 "/core/conversations/im/show_login", vbox); | 989 "/core/conversations/im/show_login", vbox); |
987 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), | |
988 "/core/conversations/use_alias_for_title", vbox); | |
989 | 990 |
990 vbox = gaim_gtk_make_frame (ret, _("Typing Notification")); | 991 vbox = gaim_gtk_make_frame (ret, _("Typing Notification")); |
991 gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"), | 992 gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"), |
992 "/core/conversations/im/send_typing", vbox); | 993 "/core/conversations/im/send_typing", vbox); |
993 | 994 |