From 5f5b8d7af4078b9eafbc162ba22806606a369fac Mon Sep 17 00:00:00 2001 From: ghazan Date: Thu, 31 Jan 2008 13:02:39 +0000 Subject: translation added for default statuses git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@390 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/translations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3