From d452cf6c37d50d1ea3d603be8d0dbe1111728699 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Aug 2012 11:18:55 +0000 Subject: oops... that path wasn't Unicode git-svn-id: http://svn.miranda-ng.org/main/trunk@1398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/MirOTR/options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') 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); -- cgit v1.2.3