summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-10-16 06:04:13 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-10-16 06:04:13 +0000
commita6f798d6a278eee4bc87fd58570d6d8db6dee2b8 (patch)
treebb33ffb55bf18e5f59269b774bf4009b21ac2149 /plugins/NotesAndReminders
parentded84fb0d48faadac306dc791d7a92fd3088c1f3 (diff)
contact menu items creating fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders')
-rw-r--r--plugins/NotesAndReminders/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NotesAndReminders/src/main.cpp b/plugins/NotesAndReminders/src/main.cpp
index e9776abf1e..543d1a2863 100644
--- a/plugins/NotesAndReminders/src/main.cpp
+++ b/plugins/NotesAndReminders/src/main.cpp
@@ -180,6 +180,7 @@ int OnModulesLoaded(WPARAM wparam, LPARAM lparam)
RegisterFontServiceFonts();
RegisterKeyBindings();
+ g_AddContListMI = (BOOL)db_get_dw(0,MODULENAME,"AddContactMenuItems",1);
// register menus
CLISTMENUITEM mi = { sizeof(mi) };
mi.pszContactOwner = NULL;