diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-13 12:37:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-13 12:37:22 +0000 |
commit | bfb6e607aa1c602e43267c5c43657c886bfad631 (patch) | |
tree | d37d11cb733b8524381dfa013ee4bd8338efa982 /protocols/JabberG/src/jabber_thread.cpp | |
parent | 4659cfc9c660e7c06af27ef44ee43e6f620fbd23 (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-x | protocols/JabberG/src/jabber_thread.cpp | 2 |
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
|