diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_userinfo.cpp')
-rwxr-xr-x[-rw-r--r--] | protocols/JabberG/src/jabber_userinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp index 7079c8a5c6..92498413e5 100644..100755 --- a/protocols/JabberG/src/jabber_userinfo.cpp +++ b/protocols/JabberG/src/jabber_userinfo.cpp @@ -834,6 +834,7 @@ int CJabberProto::OnUserInfoInit(WPARAM wParam, LPARAM lParam) odp.szTitle.a = LPGEN("Photo"); UserInfo_AddPage(wParam, &odp); } + //TODO: add omemo dialog to userinfo return 0; } |