diff options
-rw-r--r-- | langpacks/english/Plugins/Jabber.txt | 2 | ||||
-rw-r--r-- | langpacks/russian/Plugins/Jabber.txt | 4 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber_icolib.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/langpacks/english/Plugins/Jabber.txt b/langpacks/english/Plugins/Jabber.txt index 56842d2a42..ab547acfb2 100644 --- a/langpacks/english/Plugins/Jabber.txt +++ b/langpacks/english/Plugins/Jabber.txt @@ -554,7 +554,7 @@ [has set the subject to:]
[%s\nIncoming group chat invitation.]
;file \protocols\JabberG\src\jabber_icolib.cpp
-[Status icons/%s/%S %s]
+[Status icons]
[transport]
[Notes]
[Multi-User Conference]
diff --git a/langpacks/russian/Plugins/Jabber.txt b/langpacks/russian/Plugins/Jabber.txt index 266b711d88..a676a11940 100644 --- a/langpacks/russian/Plugins/Jabber.txt +++ b/langpacks/russian/Plugins/Jabber.txt @@ -773,8 +773,8 @@ Jabber ошибка установил(а) тему:
[%s\nIncoming group chat invitation.]
%s\nПриглашение в конференцию.
-[Status icons/%s/%S %s]
-Значки статуса/%s/%S %s
+[Status icons]
+Значки статуса
[transport]
транспорт
[Notes]
diff --git a/protocols/JabberG/src/jabber_icolib.cpp b/protocols/JabberG/src/jabber_icolib.cpp index 4a19b1e1b8..e1d60fb20e 100644 --- a/protocols/JabberG/src/jabber_icolib.cpp +++ b/protocols/JabberG/src/jabber_icolib.cpp @@ -317,7 +317,7 @@ int CJabberProto::LoadAdvancedIcons(int iID) int first=-1;
HICON empty=LoadSmallIcon(NULL,MAKEINTRESOURCE(102));
- mir_sntprintf(Group, SIZEOF(Group), LPGENT("Status icons/%s/%S %s"), m_tszUserName, proto, TranslateT("transport"));
+ mir_sntprintf(Group, SIZEOF(Group), LPGENT("Status icons")_T("/%s/%S %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);
|