diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-02 13:22:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-02 13:22:27 +0000 |
commit | db123db79a90934f6955c26b2bb4bcab34757955 (patch) | |
tree | 34aefeb990887462249dec8e4a77f6550e90eeb1 /protocols | |
parent | 2a45b951b53be7d7c7e3152885e44ab9233ddab3 (diff) |
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/JabberG/jabber_icolib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber_icolib.cpp b/protocols/JabberG/jabber_icolib.cpp index 7fae4936cc..8313246718 100644 --- a/protocols/JabberG/jabber_icolib.cpp +++ b/protocols/JabberG/jabber_icolib.cpp @@ -440,7 +440,7 @@ int CJabberProto::LoadAdvancedIcons(int iID) int first=-1;
HICON empty=LoadSmallIcon(NULL,MAKEINTRESOURCE(102));
- mir_sntprintf(Group, SIZEOF(Group), _T("Status Icons/%s/") _T(TCHAR_STR_PARAM) _T(" transport"), m_tszUserName, proto);
+ mir_sntprintf(Group, SIZEOF(Group), _T("Status Icons/%s/") _T(TCHAR_STR_PARAM) _T(" %s"), m_tszUserName, proto, TranslateT("transport"));
mir_snprintf(defFile, SIZEOF(defFile), "proto_%s.dll",proto);
if (!hAdvancedStatusIcon)
hAdvancedStatusIcon=(HIMAGELIST)CallService(MS_CLIST_GETICONSIMAGELIST,0,0);
|