diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-06 10:44:55 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-06 10:44:55 -0700 |
commit | 21eade33dcc41d373d92aa174a9b584e7e3ed449 (patch) | |
tree | 89fbbb9360036c1cbcd66cedb6dba196314a9a87 /protocols/ICQ-WIM/src/proto.h | |
parent | af7ec319f30cf0968d4dca762614d2ef5cc8de6f (diff) |
fixes #3191 (ICQ: add "Edit my web profile" into protocol menu)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 7231dc3e9b..4d998cf1e2 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -411,6 +411,7 @@ class CIcqProto : public PROTO<CIcqProto> INT_PTR __cdecl CreateAccMgrUI(WPARAM, LPARAM); INT_PTR __cdecl EditGroups(WPARAM, LPARAM); + INT_PTR __cdecl EditProfile(WPARAM, LPARAM); INT_PTR __cdecl GetEmailCount(WPARAM, LPARAM); INT_PTR __cdecl GotoInbox(WPARAM, LPARAM); INT_PTR __cdecl UploadGroups(WPARAM, LPARAM); |