]> git.lyx.org Git - features.git/commit
* Rename HunspellSpellChecker to HunspellChecker and ASpell to AspellChecker for...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 1 Aug 2009 17:24:13 +0000 (17:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 1 Aug 2009 17:24:13 +0000 (17:24 +0000)
commit0d626b0008a3fca0e6ef96a42f2054e78eefeede
tree93d786716c72a7f3968fd4f0274dbf78110ed843
parent6b6cb3fe18e0d456bd9f6e981c043403ee6eab0c
* Rename HunspellSpellChecker to HunspellChecker and ASpell to AspellChecker for consistency.
* Cleanup a bit associated CMakefile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30813 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
development/cmake/src/CMakeLists.txt
development/scons/scons_manifest.py
src/ASpell.cpp [deleted file]
src/ASpellChecker.cpp [new file with mode: 0644]
src/ASpellChecker.h [new file with mode: 0644]
src/ASpell_local.h [deleted file]
src/HunspellChecker.cpp [new file with mode: 0644]
src/HunspellChecker.h [new file with mode: 0644]
src/HunspellSpellChecker.cpp [deleted file]
src/HunspellSpellChecker.h [deleted file]
src/LyX.cpp
src/Makefile.am