comparison src/gtkprefs.c @ 10488:47366cf2792b

[gaim-migrate @ 11778] Consolidated Ignore Formatting preferences. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 08 Jan 2005 20:42:47 +0000
parents de59c0e7f87e
children 8dffdd8861b5
comparison
equal deleted inserted replaced
10487:659edfcac14e 10488:47366cf2792b
758 #ifdef USE_GTKSPELL 758 #ifdef USE_GTKSPELL
759 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"), 759 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"),
760 "/gaim/gtk/conversations/spellcheck", vbox); 760 "/gaim/gtk/conversations/spellcheck", vbox);
761 #endif 761 #endif
762 vbox = gaim_gtk_make_frame (ret, _("Ignore")); 762 vbox = gaim_gtk_make_frame (ret, _("Ignore"));
763 gaim_gtk_prefs_checkbox(_("Ignore c_olors"), 763 gaim_gtk_prefs_checkbox(_("Ignore _formatting"),
764 "/gaim/gtk/conversations/ignore_colors", vbox); 764 "/gaim/gtk/conversations/ignore_formatting", vbox);
765 gaim_gtk_prefs_checkbox(_("Ignore font _faces"),
766 "/gaim/gtk/conversations/ignore_fonts", vbox);
767 gaim_gtk_prefs_checkbox(_("Ignore font si_zes"),
768 "/gaim/gtk/conversations/ignore_font_sizes", vbox);
769 765
770 vbox = gaim_gtk_make_frame (ret, _("Default Formatting")); 766 vbox = gaim_gtk_make_frame (ret, _("Default Formatting"));
771 767
772 option = gaim_gtk_prefs_checkbox(_("_Send default formatting with outgoing messages"), 768 option = gaim_gtk_prefs_checkbox(_("_Send default formatting with outgoing messages"),
773 "/gaim/gtk/conversations/send_formatting", vbox); 769 "/gaim/gtk/conversations/send_formatting", vbox);
2331 2327
2332 gaim_prefs_rename("/gaim/gtk/conversations/use_custom_font", 2328 gaim_prefs_rename("/gaim/gtk/conversations/use_custom_font",
2333 "/gaim/gtk/conversations/send_formatting"); 2329 "/gaim/gtk/conversations/send_formatting");
2334 2330
2335 gaim_prefs_rename("/gaim/gtk/debug/timestamps", "/core/debug/timestamps"); 2331 gaim_prefs_rename("/gaim/gtk/debug/timestamps", "/core/debug/timestamps");
2332 gaim_prefs_rename("/gaim/gtk/conversations/ignore_colors", "/gaim/gtk/conversations/ignore_formatting");
2336 2333
2337 /* Remove some no-longer-used prefs */ 2334 /* Remove some no-longer-used prefs */
2338 gaim_prefs_remove("/gaim/gtk/blist/auto_expand_contacts"); 2335 gaim_prefs_remove("/gaim/gtk/blist/auto_expand_contacts");
2339 gaim_prefs_remove("/gaim/gtk/blist/button_style"); 2336 gaim_prefs_remove("/gaim/gtk/blist/button_style");
2340 gaim_prefs_remove("/gaim/gtk/blist/grey_idle_buddies"); 2337 gaim_prefs_remove("/gaim/gtk/blist/grey_idle_buddies");