From 40814d047c86c10a10bf63ce6ba98afd22ce3a29 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 27 Jun 2012 20:08:13 +0000 Subject: NewEventNotify: fixed menu (person patch) git-svn-id: http://svn.miranda-ng.org/main/trunk@658 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewEventNotify/menuitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewEventNotify/menuitem.cpp b/plugins/NewEventNotify/menuitem.cpp index c569b76180..6831c204a1 100644 --- a/plugins/NewEventNotify/menuitem.cpp +++ b/plugins/NewEventNotify/menuitem.cpp @@ -63,7 +63,7 @@ int MenuitemInit(BOOL bStatus) menuitem.ptszPopupName = TranslateT("PopUps"); menuitem.pszService = MS_NEN_MENUNOTIFY; menuitem.flags = CMIF_KEEPUNTRANSLATED | CMIF_TCHAR; - hMenuitemNotify = Menu_AddContactMenuItem(&menuitem); + hMenuitemNotify = Menu_AddMainMenuItem(&menuitem); bNotify = bStatus; MenuitemUpdate(bNotify); -- cgit v1.2.3