From c2367b41afe38f4e2f78544e1552e4f93302392a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Jul 2015 20:26:28 +0000 Subject: tray menu functions also moved to the core. now all menu items are gathered there git-svn-id: http://svn.miranda-ng.org/main/trunk@14476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/m_clist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirLua/src/m_clist.cpp') diff --git a/plugins/MirLua/src/m_clist.cpp b/plugins/MirLua/src/m_clist.cpp index 9e52c700ed..d6b1879286 100644 --- a/plugins/MirLua/src/m_clist.cpp +++ b/plugins/MirLua/src/m_clist.cpp @@ -73,7 +73,7 @@ static int lua_AddTrayMenuItem(lua_State *L) static int lua_BuildTrayMenu(lua_State *L) { - HMENU res = (HMENU)::CallService(MS_CLIST_MENUBUILDTRAY); + HMENU res = Menu_BuildTrayMenu(); lua_pushlightuserdata(L, res); return 1; -- cgit v1.2.3