comparison pidgin/gtkprefs.c @ 27907:a64685485775

propagate from branch 'im.pidgin.pidgin' (head a4222a6a8081e1e41a29c5b01c09a31ed212eb60) to branch 'im.pidgin.pidgin.yaz' (head f037145e58bf0c248f0bfb71758c04c604be896b)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 23 Nov 2008 09:40:48 +0000
parents 45ce87f9a07f
children 2f50e850f4ab
comparison
equal deleted inserted replaced
24439:3667342896ce 27907:a64685485775
976 gtk_widget_set_sensitive(vbox2, FALSE); 976 gtk_widget_set_sensitive(vbox2, FALSE);
977 977
978 pidgin_prefs_checkbox(_("Show close b_utton on tabs"), 978 pidgin_prefs_checkbox(_("Show close b_utton on tabs"),
979 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2); 979 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2);
980 980
981 pidgin_prefs_checkbox(_("Trim names on vertical tabs"),
982 PIDGIN_PREFS_ROOT "/conversations/trim_vertical_tabs", vbox2);
983
981 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT, 984 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT,
982 PIDGIN_PREFS_ROOT "/conversations/tab_side", 985 PIDGIN_PREFS_ROOT "/conversations/tab_side",
983 _("Top"), GTK_POS_TOP, 986 _("Top"), GTK_POS_TOP,
984 _("Bottom"), GTK_POS_BOTTOM, 987 _("Bottom"), GTK_POS_BOTTOM,
985 _("Left"), GTK_POS_LEFT, 988 _("Left"), GTK_POS_LEFT,
1062 pidgin_prefs_checkbox(_("Highlight _misspelled words"), 1065 pidgin_prefs_checkbox(_("Highlight _misspelled words"),
1063 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox); 1066 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox);
1064 #endif 1067 #endif
1065 1068
1066 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); 1069 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox);
1067 1070 pidgin_prefs_checkbox(_("Use msn messenger style"), "/purple/conversations/msnstyle", vbox);//yaz
1068 #ifdef _WIN32 1071 #ifdef _WIN32
1069 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); 1072 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox);
1070 1073
1071 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox); 1074 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox);
1072 #endif 1075 #endif