summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/groupchat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Gadu-Gadu/groupchat.cpp')
-rw-r--r--protocols/Gadu-Gadu/groupchat.cpp4
1 files changed, 2 insertions, 2 deletions
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");