summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tipper/translations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/translations.cpp b/tipper/translations.cpp
index 0e878de..3e0a1ee 100644
--- a/tipper/translations.cpp
+++ b/tipper/translations.cpp
@@ -544,7 +544,7 @@ TCHAR *empty_xStatus_name_to_default_name(HANDLE hContact, const char *module_na
if(CallProtoService(module_name, PS_ICQ_GETCUSTOMSTATUSEX, 0, (LPARAM)&xstatus))
return 0;
- _tcsncpy(buff, szDefaultName, bufflen);
+ _tcsncpy(buff, TranslateTS(szDefaultName), bufflen);
buff[bufflen - 1] = 0;
return buff;