diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-06-19 19:11:40 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-06-19 19:11:40 +0000 |
commit | 1a9e2f536e35d52aba452f6f29a81de719c5aaf8 (patch) | |
tree | a8c93fc48ec1e06b6388764da6c2c55dd6a91d71 /plugins/WhenWasIt | |
parent | 4143fca9afb633d5ce2e3c47ebd5c099300aaa16 (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.cpp | 2 |
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};
|