comparison pidgin/gtkprefs.c @ 25496:295777a9e2a4

propagate from branch 'im.pidgin.pidgin' (head 69639ef14e4298b2e420779e1696a07a13da5910) to branch 'im.pidgin.pidgin.yaz' (head 7cdf83b950d02559415fbc9949c2d45f79b04dfc)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 02 Jun 2007 15:41:36 +0000
parents 8e8da9a1eaac a79b96ba2b49
children e0add2aafeaf
comparison
equal deleted inserted replaced
17660:8e20bb5640ed 25496:295777a9e2a4
932 pidgin_prefs_checkbox(_("Highlight _misspelled words"), 932 pidgin_prefs_checkbox(_("Highlight _misspelled words"),
933 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox); 933 PIDGIN_PREFS_ROOT "/conversations/spellcheck", vbox);
934 #endif 934 #endif
935 935
936 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); 936 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox);
937 937 pidgin_prefs_checkbox(_("Use msn messenger style"), "/purple/conversations/msnstyle", vbox);//yaz
938 #ifdef _WIN32 938 #ifdef _WIN32
939 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); 939 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox);
940 #endif 940 #endif
941 941
942 #if GTK_CHECK_VERSION(2,4,0) 942 #if GTK_CHECK_VERSION(2,4,0)