From 50a78e4066edc5634457bca45b512225c07cb4cb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Dec 2012 09:01:36 +0000 Subject: GUI stuff moved to the separate file git-svn-id: http://svn.miranda-ng.org/main/trunk@2579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/dictionary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SpellChecker/src/dictionary.cpp') diff --git a/plugins/SpellChecker/src/dictionary.cpp b/plugins/SpellChecker/src/dictionary.cpp index 84cb4955db..6f64190e2b 100644 --- a/plugins/SpellChecker/src/dictionary.cpp +++ b/plugins/SpellChecker/src/dictionary.cpp @@ -88,7 +88,7 @@ protected: void appendToCustomDict(const TCHAR *word) { - CreatePath(userPath); + CreateDirectoryTreeT(userPath); TCHAR filename[1024]; mir_sntprintf(filename, SIZEOF(filename), _T("%s\\%s.cdic"), userPath, language); -- cgit v1.2.3