diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:04:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:04:18 +0000 |
commit | ec36adde2c033cdf5129c9686ed89069c38896aa (patch) | |
tree | 5454df2b692bc0e1db96a13259fd8e76667c4e42 /plugins/SpellChecker | |
parent | 66a8f7144e3b7fd0a42f197b0d20c2bd6f86c74b (diff) |
another portion of fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r-- | plugins/SpellChecker/spellchecker.vcxproj | 1 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj index c45bec758e..7c42df971c 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj +++ b/plugins/SpellChecker/spellchecker.vcxproj @@ -178,7 +178,6 @@ <ClInclude Include="autoreplace.h" />
<ClInclude Include="commons.h" />
<ClInclude Include="dictionary.h" />
- <ClInclude Include="m_spellchecker.h" />
<ClInclude Include="..\utils\mir_icons.h" />
<ClInclude Include="..\utils\mir_memory.h" />
<ClInclude Include="..\utils\mir_options.h" />
diff --git a/plugins/SpellChecker/spellchecker.vcxproj.filters b/plugins/SpellChecker/spellchecker.vcxproj.filters index 06fc8dfca3..89743ca4ce 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker.vcxproj.filters @@ -36,9 +36,6 @@ <ClInclude Include="dictionary.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="m_spellchecker.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="..\utils\mir_icons.h">
<Filter>Header Files</Filter>
</ClInclude>
|