diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-17 22:30:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-17 22:30:41 +0300 |
commit | 7f7252104c054002c8b30636ac0b327e915e7b6d (patch) | |
tree | 99dc464c7b21f5917e5ccaa9acff82b12e2b6c4e /plugins/UserInfoEx/src/ctrl_edit.cpp | |
parent | f7d5fcc117aaeccfdc98bce2a4280641ee7e52c9 (diff) |
Utils_OpenUrlT
Utils_ReplaceVarsT
Diffstat (limited to 'plugins/UserInfoEx/src/ctrl_edit.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/ctrl_edit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/ctrl_edit.cpp b/plugins/UserInfoEx/src/ctrl_edit.cpp index 39d1be391b..3fb01c479b 100644 --- a/plugins/UserInfoEx/src/ctrl_edit.cpp +++ b/plugins/UserInfoEx/src/ctrl_edit.cpp @@ -287,7 +287,7 @@ void CEditCtrl::OpenUrl() } if (szUrl && (GetWindowText(_hwnd, szUrl, lenUrl) > 0)) - Utils_OpenUrlT(szUrl); + Utils_OpenUrlW(szUrl); if (need_free) MIR_FREE(szUrl); @@ -328,7 +328,7 @@ LRESULT CEditCtrl::LinkNotificationHandler(ENLINK* lnk) memcpy(tr.lpstrText, L"mailto:", (7 * sizeof(wchar_t))); } - Utils_OpenUrlT(tr.lpstrText); + Utils_OpenUrlW(tr.lpstrText); } if (need_free) |