comparison src/gtkprefs.c @ 12240:1c0fd404e07e

[gaim-migrate @ 14542] Some translation related changes from Bjoern Voigt committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Nov 2005 23:12:16 +0000
parents d040123d2b69
children 3ef381cdc47e
comparison
equal deleted inserted replaced
12239:36d3b1eaf20e 12240:1c0fd404e07e
833 G_CALLBACK(gaim_gtk_toggle_sensitive), iconpref2); 833 G_CALLBACK(gaim_gtk_toggle_sensitive), iconpref2);
834 834
835 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"), 835 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"),
836 "/core/conversations/im/send_typing", vbox); 836 "/core/conversations/im/send_typing", vbox);
837 #ifdef USE_GTKSPELL 837 #ifdef USE_GTKSPELL
838 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"), 838 gaim_gtk_prefs_checkbox(_("Highlight _misspelled words"),
839 "/gaim/gtk/conversations/spellcheck", vbox); 839 "/gaim/gtk/conversations/spellcheck", vbox);
840 #endif 840 #endif
841 841
842 frame = gaim_gtk_create_imhtml(TRUE, &imhtml, &toolbar); 842 frame = gaim_gtk_create_imhtml(TRUE, &imhtml, &toolbar);
843 gtk_widget_set_name(imhtml, "gaim_gtkprefs_font_imhtml"); 843 gtk_widget_set_name(imhtml, "gaim_gtkprefs_font_imhtml");