From 509fbd91ed545d05cc266a80ec19fe7b9c9d28db Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 20 Jul 2018 13:25:21 +0300 Subject: we don't need two name sets for the same array of functions --- src/core/stduserinfo/src/stdinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/stduserinfo') diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index 22f17335fe..338007fb4f 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -187,14 +187,14 @@ static void SetValue(HWND hwndDlg, int idCtrl, MCONTACT hContact, char *szModule unspecified = (special == SVS_ZEROISUNSPEC && dbv.pszVal[0] == '\0'); if (!unspecified) { WCHAR *wszStr; - Utf8Decode(dbv.pszVal, &wszStr); + mir_utf8decode(dbv.pszVal, &wszStr); SetDlgItemTextW(hwndDlg, idCtrl, TranslateW(wszStr)); mir_free(wszStr); goto LBL_Exit; } pstr = dbv.pszVal; - Utf8Decode(dbv.pszVal, nullptr); + mir_utf8decode(dbv.pszVal, nullptr); break; default: -- cgit v1.2.3