diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:18:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:18:55 +0000 |
commit | d452cf6c37d50d1ea3d603be8d0dbe1111728699 (patch) | |
tree | 1da5a28758832da69e6cd5687c29cd75c3147a22 /plugins/MirOTR | |
parent | 45adfac09535637462889f1e6d6735a213c1bf7f (diff) |
oops... that path wasn't Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@1398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirOTR/MirOTR/options.cpp b/plugins/MirOTR/MirOTR/options.cpp index d76d6c9bc8..b5973096e2 100644 --- a/plugins/MirOTR/MirOTR/options.cpp +++ b/plugins/MirOTR/MirOTR/options.cpp @@ -36,7 +36,6 @@ int FoldersChanged(WPARAM wParam, LPARAM lParam) { fgd.cbSize = sizeof(FOLDERSGETDATA);
fgd.nMaxPathSize = MAX_PATH;
fgd.szPath = path;
- fgd.flags = FF_TCHAR;
if (CallService(MS_FOLDERS_GET_PATH, (LPARAM)hPATH_MIROTR, (LPARAM)&fgd)) {
char *mypath = Utils_ReplaceVars(DATA_DIRECTORY);
SetFilenames(mypath);
|