summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-06-19 19:11:40 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-06-19 19:11:40 +0000
commit1a9e2f536e35d52aba452f6f29a81de719c5aaf8 (patch)
treea8c93fc48ec1e06b6388764da6c2c55dd6a91d71 /plugins/WhenWasIt
parent4143fca9afb633d5ce2e3c47ebd5c099300aaa16 (diff)
moved the "Add/change user &birthday" item back to the user menu (rev 410)
git-svn-id: http://svn.miranda-ng.org/main/trunk@488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt')
-rw-r--r--plugins/WhenWasIt/hooked_events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/hooked_events.cpp b/plugins/WhenWasIt/hooked_events.cpp
index e6be71994b..4353e605f6 100644
--- a/plugins/WhenWasIt/hooked_events.cpp
+++ b/plugins/WhenWasIt/hooked_events.cpp
@@ -152,7 +152,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
cl.position = 10000000;
cl.hIcon = hiAddBirthdayContact;
cl.pszName = "Add/change user &birthday";
- hmAddChangeBirthday = Menu_AddMainMenuItem(&cl);
+ hmAddChangeBirthday = Menu_AddContactMenuItem(&cl);
// Register hotkeys
HOTKEYDESC hotkey = {0};