diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-18 12:28:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-18 12:28:06 +0300 |
commit | 131d86ed82bde79889ef8d0de3b37707ba5e2a00 (patch) | |
tree | a200d5f1fe27fedba07942bf88fde641839f7038 /plugins | |
parent | 5530d05e6ebfbea931b2177ef87ba68ac20770b1 (diff) |
fixes #1276 (CloudFile: strange control)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/CloudFile/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/options.cpp b/plugins/CloudFile/src/options.cpp index 32eb485a31..f38c8f6a4b 100644 --- a/plugins/CloudFile/src/options.cpp +++ b/plugins/CloudFile/src/options.cpp @@ -88,7 +88,7 @@ int OnOptionsInitialized(WPARAM wParam, LPARAM) ///////////////////////////////////////////////////////////////////////////////// CAccountManagerDlg::CAccountManagerDlg(CCloudService *service) - : CProtoDlgBase(service, IDD_ACCMGR), + : CProtoDlgBase(service, IDD_ACCMGR, false), m_requestAccess(this, IDC_REQUESTACCESS), m_revokeAccess(this, IDC_REVOKEACCESS) { |