summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-13 12:37:22 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-13 12:37:22 +0000
commitbfb6e607aa1c602e43267c5c43657c886bfad631 (patch)
treed37d11cb733b8524381dfa013ee4bd8338efa982 /protocols/JabberG/src/jabber_thread.cpp
parent4659cfc9c660e7c06af27ef44ee43e6f620fbd23 (diff)
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index f4e012174f..64d43d4404 100755
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -499,7 +499,7 @@ recvRest:
m_iqManager.ExpireAll();
m_bJabberOnline = false;
info.zlibUninit();
- EnableMenuItems(FALSE);
+ EnableMenuItems(false);
RebuildInfoFrame();
if (m_hwndJabberChangePassword)
// Since this is a different thread, simulate the click on the cancel button instead