diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-01 09:01:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-01 09:01:36 +0000 |
commit | 50a78e4066edc5634457bca45b512225c07cb4cb (patch) | |
tree | c61d4e793b5fac0dc170c3597707a1294188f5ef /plugins/SpellChecker/src/dictionary.cpp | |
parent | 86802925857034fec1fbfb5c0eb668e996b0518d (diff) |
GUI stuff moved to the separate file
git-svn-id: http://svn.miranda-ng.org/main/trunk@2579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/dictionary.cpp')
-rw-r--r-- | plugins/SpellChecker/src/dictionary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|