diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-29 12:34:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-29 12:34:36 +0000 |
commit | 7fbab61878b5167e3319dffe9df318774482c1ae (patch) | |
tree | 3ae98b2130d2f77bbb7fc3840a67b8bae6a6fb39 /plugins | |
parent | 813ef36870509852d8a56368b7630925acf57ee0 (diff) |
ooops
git-svn-id: http://svn.miranda-ng.org/main/trunk@9616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SpellChecker/src/commons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/commons.h b/plugins/SpellChecker/src/commons.h index bf6d8740d2..598627fcd2 100644 --- a/plugins/SpellChecker/src/commons.h +++ b/plugins/SpellChecker/src/commons.h @@ -85,7 +85,7 @@ using namespace std; #define FLAGS_DLL_FOLDER _T("%miranda_path%\\Icons")
#define CUSTOM_DICTIONARIES_FOLDER _T("%miranda_userdata%\\Dictionaries")
-#define DICTIONARIES_FOLDER _T("%miranda_path%\\Plugins\\dictionaries")
+#define DICTIONARIES_FOLDER _T("%miranda_path%\\Dictionaries")
// Global Variables
extern HINSTANCE hInst;
|