From 704a24032eb7067ea526b37d03d8fe935331beea Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 23 Jul 2012 08:36:06 +0000 Subject: fixed problems with services git-svn-id: http://svn.miranda-ng.org/main/trunk@1109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/groupchat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu/groupchat.cpp') diff --git a/protocols/Gadu-Gadu/groupchat.cpp b/protocols/Gadu-Gadu/groupchat.cpp index 6127764890..df45da9ea4 100644 --- a/protocols/Gadu-Gadu/groupchat.cpp +++ b/protocols/Gadu-Gadu/groupchat.cpp @@ -72,7 +72,7 @@ void GGPROTO::gc_menus_init(HGENMENU hRoot) // Conferencing mir_snprintf(service, sizeof(service), GGS_OPEN_CONF, m_szModuleName); - createProtoService(service, &GGPROTO::gc_openconf); + createObjService(service, &GGPROTO::gc_openconf); mi.position = 2000050001; mi.icolibItem = GetIconHandle(IDI_CONFERENCE); mi.pszName = LPGEN("Open &conference..."); @@ -81,7 +81,7 @@ void GGPROTO::gc_menus_init(HGENMENU hRoot) // Clear ignored conferences mir_snprintf(service, sizeof(service), GGS_CLEAR_IGNORED, m_szModuleName); - createProtoService(service, &GGPROTO::gc_clearignored); + createObjService(service, &GGPROTO::gc_clearignored); mi.position = 2000050002; mi.icolibItem = GetIconHandle(IDI_CLEAR_CONFERENCE); mi.pszName = LPGEN("&Clear ignored conferences"); -- cgit v1.2.3