comparison pidgin/gtkprefs.c @ 25517:d28015a513a9

propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852) to branch 'im.pidgin.pidgin.yaz' (head f4fc3560d48d281deb0356c4e850871efd9c3c24)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 22 Jun 2007 11:22:20 +0000
parents a573a67c80a4 90d558470507
children 162a767a20d4
comparison
equal deleted inserted replaced
18221:a573a67c80a4 25517:d28015a513a9
852 gtk_widget_set_sensitive(vbox2, FALSE); 852 gtk_widget_set_sensitive(vbox2, FALSE);
853 853
854 pidgin_prefs_checkbox(_("Show close b_utton on tabs"), 854 pidgin_prefs_checkbox(_("Show close b_utton on tabs"),
855 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2); 855 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2);
856 856
857 pidgin_prefs_checkbox(_("Trim names on vertical tabs"),
858 PIDGIN_PREFS_ROOT "/conversations/trim_vertical_tabs", vbox2);
859
857 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT, 860 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT,
858 PIDGIN_PREFS_ROOT "/conversations/tab_side", 861 PIDGIN_PREFS_ROOT "/conversations/tab_side",
859 _("Top"), GTK_POS_TOP, 862 _("Top"), GTK_POS_TOP,
860 _("Bottom"), GTK_POS_BOTTOM, 863 _("Bottom"), GTK_POS_BOTTOM,
861 _("Left"), GTK_POS_LEFT, 864 _("Left"), GTK_POS_LEFT,
932 pidgin_prefs_checkbox(_("Highlight _misspelled words"), 935 pidgin_prefs_checkbox(_("Highlight _misspelled words"),
933 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox); 936 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox);
934 #endif 937 #endif
935 938
936 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); 939 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox);
937 940 pidgin_prefs_checkbox(_("Use msn messenger style"), "/purple/conversations/msnstyle", vbox);//yaz
938 #ifdef _WIN32 941 #ifdef _WIN32
939 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); 942 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox);
940 #endif 943 #endif
941 944
942 #if GTK_CHECK_VERSION(2,4,0) 945 #if GTK_CHECK_VERSION(2,4,0)