summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghazan <ghazan@4f64403b-2f21-0410-a795-97e2b3489a10>2008-01-31 13:02:39 +0000
committerghazan <ghazan@4f64403b-2f21-0410-a795-97e2b3489a10>2008-01-31 13:02:39 +0000
commit5f5b8d7af4078b9eafbc162ba22806606a369fac (patch)
tree3cfcb625e6827b9a7a885cce116a478cbe740e34
parent716df5c96c794fdaa70e136dbab718f16d487b17 (diff)
translation added for default statuses
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@390 4f64403b-2f21-0410-a795-97e2b3489a10
-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;