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/autoreplace.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/autoreplace.cpp')
-rw-r--r-- | plugins/SpellChecker/src/autoreplace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/autoreplace.cpp b/plugins/SpellChecker/src/autoreplace.cpp index a5481f7d9b..425bfa010c 100644 --- a/plugins/SpellChecker/src/autoreplace.cpp +++ b/plugins/SpellChecker/src/autoreplace.cpp @@ -103,7 +103,7 @@ void AutoReplaceMap::writeAutoReplaceMap() if (p != NULL)
{
*p = 0;
- CreatePath(filename);
+ CreateDirectoryTreeT(filename);
*p = _T('\\');
}
|