From a16896758198562465cc2cdfdbc97fbd1b81aa55 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 22 Jul 2015 18:20:51 +0000 Subject: typo fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ContactsPlus/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ContactsPlus/src') diff --git a/plugins/ContactsPlus/src/main.cpp b/plugins/ContactsPlus/src/main.cpp index fbe9646e7b..74a3ff2672 100644 --- a/plugins/ContactsPlus/src/main.cpp +++ b/plugins/ContactsPlus/src/main.cpp @@ -114,13 +114,13 @@ static bool CheckContactsServiceSupport(const char* szProto) static int HookPreBuildContactMenu(WPARAM hContact, LPARAM) { char *szProto = GetContactProto(hContact); - int bVisible = FALSE; + bool bVisible = false; if (szProto && CheckContactsServiceSupport(szProto)) { // known protocol, protocol supports contacts sending // check the selected contact if it supports contacts receive if (CallProtoService(szProto, PS_GETCAPS, PFLAG_MAXCONTACTSPERPACKET, hContact)) - bVisible = TRUE; + bVisible = true; } // update contact menu item's visibility -- cgit v1.2.3