From 0e9e528e18ff63d46e5b3471d6fa12344b0d28b3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Jul 2015 19:04:50 +0000 Subject: unified project for clist_modern git-svn-id: http://svn.miranda-ng.org/main/trunk@14473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clui.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clui.cpp') diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index d3711780ac..9a73b66c63 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -22,16 +22,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "hdr/modern_commonheaders.h" +#include "stdafx.h" #include "m_skinbutton.h" -#include "hdr/modern_skinengine.h" -#include "hdr/modern_statusbar.h" +#include "modern_skinengine.h" +#include "modern_statusbar.h" -#include "hdr/modern_static_clui.h" +#include "modern_static_clui.h" #include -#include "hdr/modern_clcpaint.h" -#include "hdr/modern_sync.h" +#include "modern_clcpaint.h" +#include "modern_sync.h" struct PROTOTICKS { @@ -147,7 +147,7 @@ OVERLAYICONINFO g_pStatusOverlayIcons[ID_STATUS_OUTTOLUNCH - ID_STATUS_OFFLINE + }; //////////////// CLUI CLASS IMPLEMENTATION // /////////////////////////////// -#include "hdr/modern_clui.h" +#include "modern_clui.h" CLUI* CLUI::m_pCLUI = NULL; BOOL CLUI::m_fMainMenuInited = FALSE; @@ -2430,7 +2430,7 @@ LRESULT CLUI::OnContextMenu(UINT, WPARAM, LPARAM lParam) } } if (PtInRect(&rc, pt)) { - HMENU hMenu = (HMENU)CallService(MS_CLIST_MENUBUILDGROUP, 0, 0); + HMENU hMenu = Menu_BuildGroupMenu(); TrackPopupMenu(hMenu, TPM_TOPALIGN | TPM_LEFTALIGN | TPM_LEFTBUTTON, pt.x, pt.y, 0, m_hWnd, NULL); DestroyTrayMenu(hMenu); } -- cgit v1.2.3