summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/dlgproc.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-07 00:24:03 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-07 00:24:03 +0300
commitf18d37c4c90bc39f295fea9fedbfae0e806d9f61 (patch)
treeffcadd2bb7aeccfaed3caf5146dbebd96a7b1172 /protocols/IcqOscarJ/src/dlgproc.cpp
parent45dddaa51b79bbb2d5dc999e4849951a1e7f0ae3 (diff)
rest of ANSI macros removed
Diffstat (limited to 'protocols/IcqOscarJ/src/dlgproc.cpp')
-rw-r--r--protocols/IcqOscarJ/src/dlgproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/dlgproc.cpp b/protocols/IcqOscarJ/src/dlgproc.cpp
index cf1a1a8f1c..d14a2a2658 100644
--- a/protocols/IcqOscarJ/src/dlgproc.cpp
+++ b/protocols/IcqOscarJ/src/dlgproc.cpp
@@ -204,7 +204,7 @@ INT_PTR CALLBACK ChangeInfoDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
wchar_t text[MAX_PATH];
lvi.lParam = lvi.iItem;
lvi.pszText = text;
- utf8_to_tchar_static(setting[lvi.iItem].szDescription, text, _countof(text));
+ make_unicode_string_static(setting[lvi.iItem].szDescription, text, _countof(text));
ListView_InsertItem(dat->hwndList, &lvi);
}
}