add support for a spell checker if one is present in the build.

This commit is contained in:
scott%scott-macgregor.org 2003-05-09 01:07:00 +00:00
parent 710c694ac3
commit bd1ad7113b
4 changed files with 11 additions and 2 deletions

View File

@ -76,7 +76,7 @@ endif
-$(RM) -f $(MOZILLA_DIR)/mail/config/mail-tmp.mn
-$(RM) -f $(MOZILLA_DIR)/mail/config/qute-tmp.mn
-$(RM) -f $(MOZILLA_DIR)/mail/config/en-US-tmp.mn
# -$(RM) -rf $(DIST)/$(APP_NAME)/tmpchrome
-$(RM) -rf $(DIST)/$(APP_NAME)/tmpchrome
mail_copy::
$(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/$(BASEMAIL) -o $(_PLATFORM) -v

View File

@ -88,6 +88,14 @@ components\nsHelperAppDlg.js
components\nsDownloadProgressListener.js
components\downloadmanager.xpt
; spellchecker (may not be present)
components\myspell.dll
components\spellchecker.xpt
components\spellchk.dll
;; XXX these two files are bogus, they should not be in components\myspell...
components\myspell\*
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Base Package Files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -88,7 +88,7 @@ locale/en-US/editor/editor.properties, en-US/locale/en-US/edi
locale/en-US/editor/EdNamedAnchorProperties.dtd, en-US/locale/en-US/editor/EdNamedAnchorProperties.dtd
locale/en-US/editor/EdAdvancedEdit.dtd, en-US/locale/en-US/editor/EdAdvancedEdit.dtd
locale/en-US/editor/EdDialogOverlay.dtd, en-US/locale/en-US/editor/EdDialogOverlay.dtd
locale/en-US/editor/EditorSpellCheck.dtd, en-US/locale/en-US/editor/EditorSpellCheck.dtd
#################################################################################################
# US

View File

@ -39,6 +39,7 @@ content/communicator/platformBrowserBindings.xul, comm/content/communicator/
content/communicator/platformEditorBindings.xul, comm/content/communicator/platformEditorBindings.xul
content/communicator/platformCommunicatorOverlay.xul, comm/content/communicator/platformCommunicatorOverlay.xul
content/communicator/contentAreaUtils.js, comm/content/communicator/contentAreaUtils.js
content/communicator/builtinURLs.js, comm/content/communicator/builtinURLs.js
content/communicator/contentAreaDD.js, comm/content/communicator/contentAreaDD.js
content/communicator/contentAreaClick.js, comm/content/communicator/contentAreaClick.js
content/communicator/contentAreaContextOverlay.xul, comm/content/communicator/contentAreaContextOverlay.xul