diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-23 17:52:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-23 17:52:51 +0300 |
commit | 0489bed8751d89c37ee7a3eb08cc8aa80b3524a0 (patch) | |
tree | 18a8da0993bca65b802f85e4d69c4f307e5dd87f /protocols | |
parent | 51f835c7711083e9b3288eaa8d4513f6ee955a45 (diff) |
fixes #1763 (ICQ: cannot enter ICQ details if another ICQ account has been removed in this session)
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ICQ-WIM/src/options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/options.cpp b/protocols/ICQ-WIM/src/options.cpp index 4b2bd88035..f1c0a2cd65 100644 --- a/protocols/ICQ-WIM/src/options.cpp +++ b/protocols/ICQ-WIM/src/options.cpp @@ -214,9 +214,7 @@ int CIcqProto::OnOptionsInit(WPARAM wParam, LPARAM) odp.szTitle.w = m_tszUserName; odp.flags = ODPF_UNICODE; odp.szGroup.w = LPGENW("Network"); - odp.position = 1; -// odp.szTab.w = LPGENW("Account"); odp.pDialog = new CIcqOptionsDlg(this, IDD_OPTIONS_FULL, true); g_plugin.addOptions(wParam, &odp); return 0; |