summaryrefslogtreecommitdiff
path: root/plugins/Popup
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-05-07 11:45:47 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-05-07 11:45:47 +0300
commit3cac3160302a2936d04c87c1f7f03fc400449778 (patch)
tree62088adc7c6e12b8e026934f1efc493a9ea8059f /plugins/Popup
parent2e01b6543458d9e54c99ff7d4d86c9d9e45667d3 (diff)
TimeZone_ToStringT - obsolete macro removed
Diffstat (limited to 'plugins/Popup')
-rw-r--r--plugins/Popup/src/popup_wnd2.cpp2
1 files changed, 1 insertions, 1 deletions
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));
}