diff options
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r-- | plugins/SpellChecker/spellchecker_10.vcxproj | 4 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker_10.vcxproj.filters | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker_12.vcxproj | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker_12.vcxproj.filters | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker_14.vcxproj | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker_14.vcxproj.filters | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/src/commons.h | 8 |
7 files changed, 11 insertions, 11 deletions
diff --git a/plugins/SpellChecker/spellchecker_10.vcxproj b/plugins/SpellChecker/spellchecker_10.vcxproj index 9e0e83bf52..1ccf31d2c7 100644 --- a/plugins/SpellChecker/spellchecker_10.vcxproj +++ b/plugins/SpellChecker/spellchecker_10.vcxproj @@ -213,7 +213,7 @@ <ClCompile Include="src\ardialog.cpp" />
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\options.cpp" />
@@ -255,7 +255,7 @@ <PrecompiledHeaderFile>..\commons.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="src\SpellChecker.cpp" />
- <ClCompile Include="src\utils.cpp" />
+ <ClCompile Include="src\..\utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/SpellChecker/spellchecker_10.vcxproj.filters b/plugins/SpellChecker/spellchecker_10.vcxproj.filters index 500050f620..4d43c4548d 100644 --- a/plugins/SpellChecker/spellchecker_10.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker_10.vcxproj.filters @@ -115,7 +115,7 @@ <ClCompile Include="src\dictionary.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\options.cpp">
diff --git a/plugins/SpellChecker/spellchecker_12.vcxproj b/plugins/SpellChecker/spellchecker_12.vcxproj index 8e0aa69b69..0eecc6fcfc 100644 --- a/plugins/SpellChecker/spellchecker_12.vcxproj +++ b/plugins/SpellChecker/spellchecker_12.vcxproj @@ -216,7 +216,7 @@ <ClCompile Include="src\ardialog.cpp" />
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\options.cpp" />
diff --git a/plugins/SpellChecker/spellchecker_12.vcxproj.filters b/plugins/SpellChecker/spellchecker_12.vcxproj.filters index 500050f620..4d43c4548d 100644 --- a/plugins/SpellChecker/spellchecker_12.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker_12.vcxproj.filters @@ -115,7 +115,7 @@ <ClCompile Include="src\dictionary.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\options.cpp">
diff --git a/plugins/SpellChecker/spellchecker_14.vcxproj b/plugins/SpellChecker/spellchecker_14.vcxproj index 0187b8150e..7c68a1f1c6 100644 --- a/plugins/SpellChecker/spellchecker_14.vcxproj +++ b/plugins/SpellChecker/spellchecker_14.vcxproj @@ -216,7 +216,7 @@ <ClCompile Include="src\ardialog.cpp" />
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\options.cpp" />
diff --git a/plugins/SpellChecker/spellchecker_14.vcxproj.filters b/plugins/SpellChecker/spellchecker_14.vcxproj.filters index 500050f620..4d43c4548d 100644 --- a/plugins/SpellChecker/spellchecker_14.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker_14.vcxproj.filters @@ -115,7 +115,7 @@ <ClCompile Include="src\dictionary.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\options.cpp">
diff --git a/plugins/SpellChecker/src/commons.h b/plugins/SpellChecker/src/commons.h index 4cdc7c00a3..3a3ee2b12f 100644 --- a/plugins/SpellChecker/src/commons.h +++ b/plugins/SpellChecker/src/commons.h @@ -53,10 +53,10 @@ using namespace std; #include <m_userinfoex.h>
#include <m_spellchecker.h>
-#include <../utils/mir_options.h>
-//#include <../utils/tstring.h>
-#include <../utils/utf8_helpers.h>
-#include <../utils/scope.h>
+#include <../../utils/mir_options.h>
+//#include <../../utils/tstring.h>
+#include <../../utils/utf8_helpers.h>
+#include <../../utils/scope.h>
#include "hunspell/affentry.hxx"
#include "hunspell/config.h"
|