diff options
Diffstat (limited to 'plugins/SpellChecker/src/commons.h')
-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;
|