From 5f03619d3bbda7a617f50ded2698cffc434dd525 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Mar 2013 10:35:19 +0000 Subject: warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@4224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src/dlg_propsheet.cpp') diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 60ffb52cbb..bfb3212a0b 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -550,7 +550,7 @@ static INT InitDetails(WPARAM wParam, LPARAM lParam) if (lParam) { // ignore common pages for weather contacts - if (!pPsh->_pszProto || stricmp(pPsh->_pszProto, "weather")) + if (!pPsh->_pszProto || _stricmp(pPsh->_pszProto, "weather")) { AddProtocolPages(odp, wParam); odp.ptszTitle = LPGENT("About") _T("\\") LPGENT("Notes"); -- cgit v1.2.3