src/prefs.c

changeset 3803
1cdf192149fd
parent 3792
f169950a58d1
child 3814
8b7c9daf329f
--- a/src/prefs.c	Sat Oct 26 06:41:13 2002 +0000
+++ b/src/prefs.c	Sat Oct 26 06:41:52 2002 +0000
@@ -363,8 +363,9 @@
 	gaim_button(_("Show graphical _smileys"), &convo_options_new, OPT_CONVO_SHOW_SMILEY, vbox);
 	gaim_button(_("Show _timestamp on messages"), &convo_options_new, OPT_CONVO_SHOW_TIME, vbox);
 	gaim_button(_("Show _URLs as links"), &convo_options_new, OPT_CONVO_SEND_LINKS, vbox);
+#ifdef USE_GTKSPELL
 	gaim_button(_("_Highlight misspelled words"), &convo_options_new, OPT_CONVO_CHECK_SPELLING, vbox);
-
+#endif
 	vbox = make_frame (ret, _("Ignore"));
 	gaim_button(_("Ignore c_olors"), &convo_options_new, OPT_CONVO_IGNORE_COLOUR, vbox);
 	gaim_button(_("Ignore font _faces"), &convo_options_new, OPT_CONVO_IGNORE_FONTS, vbox);

mercurial