From 9eea36312cc4a3a215fe147c215d7afd198ab054 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 28 Jun 2015 19:14:22 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NotesAndReminders/src/main.cpp b/plugins/NotesAndReminders/src/main.cpp index 447094b82d..3d139845df 100644 --- a/plugins/NotesAndReminders/src/main.cpp +++ b/plugins/NotesAndReminders/src/main.cpp @@ -195,7 +195,7 @@ int OnModulesLoaded(WPARAM wparam, LPARAM lparam) // register menus TMO_MenuItem mi = { 0 }; - mi.hParentMenu = Menu_CreateRoot(MO_MAIN, LPGENW("Notes && Reminders"), 1600000000); + mi.root = Menu_CreateRoot(MO_MAIN, LPGENW("Notes && Reminders"), 1600000000); mi.flags = CMIF_TCHAR; mi.position = 1600000000; -- cgit v1.2.3