comparison pidgin/gtkprefs.c @ 27826:5f9ca519ea9f

propagate from branch 'im.pidgin.pidgin' (head 90011f8844f95be26206d5698b603f1692f319a0) to branch 'im.pidgin.pidgin.yaz' (head e4862d866bc0b147e783d27c1faa51f1d3e0b58a)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 24 Apr 2008 02:28:24 +0000
parents 056fb36a5770
children 61a7929a97b5
comparison
equal deleted inserted replaced
22698:80c87908ff1d 27826:5f9ca519ea9f
879 gtk_widget_set_sensitive(vbox2, FALSE); 879 gtk_widget_set_sensitive(vbox2, FALSE);
880 880
881 pidgin_prefs_checkbox(_("Show close b_utton on tabs"), 881 pidgin_prefs_checkbox(_("Show close b_utton on tabs"),
882 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2); 882 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2);
883 883
884 pidgin_prefs_checkbox(_("Trim names on vertical tabs"),
885 PIDGIN_PREFS_ROOT "/conversations/trim_vertical_tabs", vbox2);
886
884 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT, 887 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT,
885 PIDGIN_PREFS_ROOT "/conversations/tab_side", 888 PIDGIN_PREFS_ROOT "/conversations/tab_side",
886 _("Top"), GTK_POS_TOP, 889 _("Top"), GTK_POS_TOP,
887 _("Bottom"), GTK_POS_BOTTOM, 890 _("Bottom"), GTK_POS_BOTTOM,
888 _("Left"), GTK_POS_LEFT, 891 _("Left"), GTK_POS_LEFT,
961 pidgin_prefs_checkbox(_("Highlight _misspelled words"), 964 pidgin_prefs_checkbox(_("Highlight _misspelled words"),
962 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox); 965 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox);
963 #endif 966 #endif
964 967
965 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); 968 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox);
966 969 pidgin_prefs_checkbox(_("Use msn messenger style"), "/purple/conversations/msnstyle", vbox);//yaz
967 #ifdef _WIN32 970 #ifdef _WIN32
968 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); 971 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox);
969 972
970 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox); 973 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox);
971 #endif 974 #endif