From 7f7252104c054002c8b30636ac0b327e915e7b6d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 Nov 2016 22:30:41 +0300 Subject: Utils_OpenUrlT Utils_ReplaceVarsT --- plugins/BasicHistory/src/BasicHistory.cpp | 2 +- plugins/BasicHistory/src/HistoryWindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/BasicHistory') diff --git a/plugins/BasicHistory/src/BasicHistory.cpp b/plugins/BasicHistory/src/BasicHistory.cpp index aadddd58d2..1f7e86af19 100644 --- a/plugins/BasicHistory/src/BasicHistory.cpp +++ b/plugins/BasicHistory/src/BasicHistory.cpp @@ -223,7 +223,7 @@ int ModulesLoaded(WPARAM, LPARAM) } wchar_t *log = L"%miranda_logpath%\\BasicHistory\\ftplog.txt"; - wchar_t *logAbsolute = Utils_ReplaceVarsT(log); + wchar_t *logAbsolute = Utils_ReplaceVarsW(log); Options::instance->ftpLogPath = logAbsolute; mir_free(logAbsolute); Options::instance->Load(); diff --git a/plugins/BasicHistory/src/HistoryWindow.cpp b/plugins/BasicHistory/src/HistoryWindow.cpp index 3f2aa1c040..6d19adbe61 100644 --- a/plugins/BasicHistory/src/HistoryWindow.cpp +++ b/plugins/BasicHistory/src/HistoryWindow.cpp @@ -444,7 +444,7 @@ void ClickLink(HWND hwnd, ENLINK *penLink) tr.chrg = penLink->chrg; tr.lpstrText = buf; SendMessage(hwnd, EM_GETTEXTRANGE, 0, (LPARAM)& tr); - Utils_OpenUrlT(tr.lpstrText, penLink->nmhdr.code == IDM_OPENNEW); + Utils_OpenUrlW(tr.lpstrText, penLink->nmhdr.code == IDM_OPENNEW); } } } -- cgit v1.2.3