diff options
Diffstat (limited to 'plugins/Clist_ng/SRC/clcpaint.cpp')
-rw-r--r-- | plugins/Clist_ng/SRC/clcpaint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_ng/SRC/clcpaint.cpp b/plugins/Clist_ng/SRC/clcpaint.cpp index 3b7afc0ee4..b71c58a213 100644 --- a/plugins/Clist_ng/SRC/clcpaint.cpp +++ b/plugins/Clist_ng/SRC/clcpaint.cpp @@ -954,7 +954,7 @@ text: RECT rc = rcContent; COLORREF oldColor = 0; - if (TimeZone_PrintDateTime(cEntry->hTimeZone, _T("t"), szResult, _countof(szResult), 0))
+ if (TimeZone_PrintDateTime(cEntry->hTimeZone, L"t", szResult, _countof(szResult), 0))
goto nodisplay;
oldColor = Gfx::getTextColor(); |