diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_opttree.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_opttree.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_opttree.cpp b/protocols/JabberG/src/jabber_opttree.cpp index 717ecd5d5f..3217669caa 100644 --- a/protocols/JabberG/src/jabber_opttree.cpp +++ b/protocols/JabberG/src/jabber_opttree.cpp @@ -5,6 +5,7 @@ Copyright (C) 2002-04 Santithorn Bunchua Copyright (C) 2005-12 George Hazan
Copyright (C) 2007 Maxim Mluhov
Copyright (C) 2007 Victor Pavlychko
+Copyright (C) 2012-13 Miranda NG Project
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -69,7 +70,7 @@ BOOL CCtrlTreeOpts::OnNotify(int idCtrl, NMHDR *pnmh) ProcessItemClick(hti.hItem);
break;
}
-
+
case TVN_ITEMEXPANDEDW:
{
LPNMTREEVIEWW lpnmtv = (LPNMTREEVIEWW)pnmh;
@@ -81,7 +82,7 @@ BOOL CCtrlTreeOpts::OnNotify(int idCtrl, NMHDR *pnmh) SendMessageW(pnmh->hwndFrom, TVM_SETITEMW, 0, (LPARAM)&tvi);
break;
}
-
+
case TVN_ITEMEXPANDEDA:
{
LPNMTREEVIEWA lpnmtv = (LPNMTREEVIEWA)pnmh;
|