From 3cac3160302a2936d04c87c1f7f03fc400449778 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 May 2024 11:45:47 +0300 Subject: TimeZone_ToStringT - obsolete macro removed --- plugins/Popup/src/popup_wnd2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup') diff --git a/plugins/Popup/src/popup_wnd2.cpp b/plugins/Popup/src/popup_wnd2.cpp index a4c1b103bf..e02ab97999 100644 --- a/plugins/Popup/src/popup_wnd2.cpp +++ b/plugins/Popup/src/popup_wnd2.cpp @@ -718,7 +718,7 @@ void PopupWnd2::updateData(POPUPDATA2 *ppd) if (m_options->bDisplayTime) { if (ppd->dwTimestamp) - TimeZone_ToStringT(ppd->dwTimestamp, L"t", m_time, _countof(m_time)); + TimeZone_ToStringW(ppd->dwTimestamp, L"t", m_time, _countof(m_time)); else GetTimeFormat(LOCALE_USER_DEFAULT, 0, nullptr, L"HH':'mm", m_time, _countof(m_time)); } -- cgit v1.2.3