diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-17 21:37:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-17 21:37:00 +0300 |
commit | 97d069ee86e3d04de7f2f2cfe2b13d2c38f8c4e1 (patch) | |
tree | ba91201393721e67bd68fa22f7b4ea661ce122aa | |
parent | 47e198e3b3ce4cc292ef90c7d8c0e9d10d9aaa1a (diff) |
wrongly deleted code
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index e71e2dc053..f1ff831f63 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -135,7 +135,7 @@ void CIcqProto::OnModulesLoaded() HookProtoEvent(ME_USERINFO_INITIALISE, &CIcqProto::OnUserInfoInit);
// load custom smilies
- CMStringW wszPath(GetAvatarPath());
+ CMStringW wszPath(GetAvatarPath() + L"\\Stickers\\*.png");
SMADD_CONT cont = { 2, m_szModuleName, wszPath };
CallService(MS_SMILEYADD_LOADCONTACTSMILEYS, 0, LPARAM(&cont));
}
|