diff options
author | aunsane <aunsane@gmail.com> | 2018-01-17 21:35:32 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-01-17 21:35:54 +0300 |
commit | 8e7d34b4716392f9d9a338e755027cff0a8f3161 (patch) | |
tree | 4415fd81d4389f1a2a5ea2dc0c6b25727f82fdd7 /protocols/Tox/src/tox_proto.h | |
parent | 51d67b220e416aabac680c66e1be306f140221f2 (diff) |
Tox: fixed crash on password deletion #1101
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index ad63844d6a..8ab41afa48 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -143,7 +143,7 @@ private: HGENMENU StatusMenuItems[SMI_MAX];
int OnInitStatusMenu();
- int __cdecl PrebuildStatusMenu(WPARAM, LPARAM);
+ int __cdecl UpdateStatusMenu(WPARAM, LPARAM);
//services
INT_PTR __cdecl SetMyNickname(WPARAM wParam, LPARAM lParam);
|