summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/spellchecker.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-11-26 16:55:51 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-11-26 16:55:51 +0300
commit15b337d3f4caa3fa71160dc93b7caf4f2c098b06 (patch)
tree140b1c2923ef84108c6e85fdc2403a21d47f106c /plugins/SpellChecker/spellchecker.vcxproj
parent70cd3610f4ec0131fe3c9308a483935e9f1c788c (diff)
fixes #4692 (SpellChecker to use the native Windows speller if present)
Diffstat (limited to 'plugins/SpellChecker/spellchecker.vcxproj')
-rw-r--r--plugins/SpellChecker/spellchecker.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj
index 570332771c..ebafe54ef1 100644
--- a/plugins/SpellChecker/spellchecker.vcxproj
+++ b/plugins/SpellChecker/spellchecker.vcxproj
@@ -33,6 +33,7 @@
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
<ClCompile Include="src\hunspell.cpp" />
+ <ClCompile Include="src\native.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\RichEdit.cpp" />
<ClCompile Include="src\spellchecker.cpp" />