Populating the "Lanuage" combo box via the available options (or remove the combo) on the Mozilla-like dialog

Add the C interface and create a shared wxSpellChecker DLL

Add #ifdef USE_MYSPELL and #ifdef USE_ASPELL wrappers to conditionally compile in the spell check engines.  This could be used to reduce the size of the library (and the executable that statically links to it)

Possibly add a way (utility?) to download dictionaries from the internet
  MySpell: ftp://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
  Aspell: ftp://ftp.gnu.org/gnu/aspell/dict/
