summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/ctrl_tzcombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/ctrl_tzcombo.cpp')
-rw-r--r--plugins/UserInfoEx/src/ctrl_tzcombo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ctrl_tzcombo.cpp b/plugins/UserInfoEx/src/ctrl_tzcombo.cpp
index 9b4ffac422..ab1fc0064c 100644
--- a/plugins/UserInfoEx/src/ctrl_tzcombo.cpp
+++ b/plugins/UserInfoEx/src/ctrl_tzcombo.cpp
@@ -290,6 +290,6 @@ void CTzCombo::GetTime(LPTSTR szTime, WORD cchTime)
now.UTCToTzSpecificLocal(&tzi);
now.TimeFormat(szTime, cchTime);
}
- else mir_tcscpy(szTime, _T("--:--"));
+ else mir_tstrcpy(szTime, _T("--:--"));
}
}