From 813ef36870509852d8a56368b7630925acf57ee0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 29 Jun 2014 12:32:39 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@9615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SpellChecker/src/commons.h') 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; -- cgit v1.2.3