2008-09-12 [colin] 3.5.0cvs103
[claws.git] / src / compose.h
index 3a26db9d7c5bfb1a1e0dc5644b220d000c50cfe1..9a51ad6c8f556ca0ef71286b4361e5a3259a3b0a 100644 (file)
@@ -38,7 +38,7 @@ typedef struct _AttachInfo    AttachInfo;
 #include "textview.h"
 #include "folder.h"
 
-#ifdef USE_ASPELL
+#ifdef USE_ENCHANT
 #include "gtkaspell.h"
 #endif
 
@@ -200,7 +200,7 @@ struct _Compose
        GIOChannel *exteditor_ch;
        gint        exteditor_tag;
 
-#if USE_ASPELL
+#if USE_ENCHANT
         /* GNU/aspell spell checker */
         GtkAspell *gtkaspell;
        GtkWidget *aspell_options_menu;