tentative merge of EKIT_0_9H and custom patches
[old-projects.git] / ekit / com / hexidec / ekit / Ekit.java
index 15c7c6d..33f1e94 100644 (file)
@@ -38,7 +38,7 @@ import javax.swing.JPanel;
 import javax.swing.JToolBar;
 
 import com.hexidec.ekit.EkitCore;
-import com.hexidec.ekit.EkitCoreSpell;
+//import com.hexidec.ekit.EkitCoreSpell;
 
 /** Ekit
   * App for editing and saving HTML in a Java text component
@@ -77,7 +77,7 @@ public class Ekit extends JFrame implements WindowListener
        {
                if(useSpellChecker)
                {
-                       ekitCore = new EkitCoreSpell(sDocument, sStyleSheet, sRawDocument, urlStyleSheet, includeToolBar, showViewSource, showMenuIcons, editModeExclusive, sLanguage, sCountry, base64, debugMode, true, multiBar);
+//                     ekitCore = new EkitCoreSpell(sDocument, sStyleSheet, sRawDocument, urlStyleSheet, includeToolBar, showViewSource, showMenuIcons, editModeExclusive, sLanguage, sCountry, base64, debugMode, true, multiBar);
                }
                else
                {
@@ -265,4 +265,4 @@ public class Ekit extends JFrame implements WindowListener
                }
        }
 
-}
\ No newline at end of file
+}