diff options
Diffstat (limited to 'protocols/JabberG/jabber_opt.cpp')
-rw-r--r-- | protocols/JabberG/jabber_opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber_opt.cpp b/protocols/JabberG/jabber_opt.cpp index fe885888b8..9f41640340 100644 --- a/protocols/JabberG/jabber_opt.cpp +++ b/protocols/JabberG/jabber_opt.cpp @@ -2298,7 +2298,7 @@ INT_PTR __cdecl CJabberProto::OnMenuOptions( WPARAM, LPARAM ) ood.pszGroup = "Network";
ood.pszPage = mir_t2a(m_tszUserName);
ood.pszTab = "Account";
- CallService(MS_OPT_OPENOPTIONS, 0, (LPARAM)&ood);
+ Options_Open(&ood);
mir_free((void *)ood.pszPage);
return 0;
|