diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-23 08:32:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-23 08:32:10 +0000 |
commit | e13abbf0f5a4bcef939e4e32e06a7e8e74e72465 (patch) | |
tree | 6620ea1f00a5506a1175344106014b00c1206c90 /plugins/Clist_modern/src/modern_cachefuncs.cpp | |
parent | 78a92aad0e3c2941b11b3115d9fd7aae44e5fc37 (diff) |
- clist_modern switched to the core wildcmp[i] functions
- fixed chinese in skin options
git-svn-id: http://svn.miranda-ng.org/main/trunk@4512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_cachefuncs.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cachefuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp index 14c460ed7a..adbbc114c5 100644 --- a/plugins/Clist_modern/src/modern_cachefuncs.cpp +++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp @@ -754,7 +754,7 @@ void Cache_ProceedAvatarInList(ClcData *dat, ClcContact *contact) else
height_clip = width_clip * ace->bmHeight / ace->bmWidth;
- if (wildcmpi(contact->avatar_data->szFilename,_T("*.gif"))) {
+ if (wildcmpit(contact->avatar_data->szFilename,_T("*.gif"))) {
if (old_pos == AVATAR_POS_ANIMATED)
AniAva_RemoveAvatar(contact->hContact);
|