diff options
Diffstat (limited to 'plugins/RecentContacts/src/RecentContacts.cpp')
-rw-r--r-- | plugins/RecentContacts/src/RecentContacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RecentContacts/src/RecentContacts.cpp b/plugins/RecentContacts/src/RecentContacts.cpp index c20f4122ba..b15c991127 100644 --- a/plugins/RecentContacts/src/RecentContacts.cpp +++ b/plugins/RecentContacts/src/RecentContacts.cpp @@ -441,7 +441,7 @@ static int OnContactSettingChanged( WPARAM hContact, LPARAM lParam ) {
DBCONTACTWRITESETTING* pdbcws = ( DBCONTACTWRITESETTING* )lParam;
if ( hContact == NULL )
- if ( !mir_strcmpi( pdbcws->szModule, dbLastUC_ModuleName))
+ if ( !strcmp( pdbcws->szModule, dbLastUC_ModuleName))
LoadDBSettings();
return 0;
|