diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-29 12:32:39 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-29 12:32:39 +0000 |
commit | 813ef36870509852d8a56368b7630925acf57ee0 (patch) | |
tree | 0ea6ccefde546dd57a3b89f918a590e1a5d629f4 /plugins | |
parent | 4530fb627722a4c2018184dcdaea7fa9f44c10d7 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@9615 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 598627fcd2..bf6d8740d2 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%\\Dictionaries")
+#define DICTIONARIES_FOLDER _T("%miranda_path%\\Plugins\\dictionaries")
// Global Variables
extern HINSTANCE hInst;
|