diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-10 22:11:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-10 22:11:53 +0300 |
commit | 3ed82dc60191a4bee2a1d59e9da51b5106d019fb (patch) | |
tree | 06ea303a23a86813def396869d69276b39c0a875 /protocols/ICQ-WIM | |
parent | 261ed21b6c91fcf366d5ae6e96c1e363bd3d0210 (diff) |
fixes #1836 (ICQ-WIM: increase timeouts)
Diffstat (limited to 'protocols/ICQ-WIM')
-rw-r--r-- | protocols/ICQ-WIM/src/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/options.cpp b/protocols/ICQ-WIM/src/options.cpp index 1f4ba7a39c..aac251b2fb 100644 --- a/protocols/ICQ-WIM/src/options.cpp +++ b/protocols/ICQ-WIM/src/options.cpp @@ -164,8 +164,8 @@ class CIcqOptionsDlg : public CProtoDlgBase<CIcqProto> public: CIcqOptionsDlg(CIcqProto *ppro, int iDlgID, bool bFullDlg) : CProtoDlgBase<CIcqProto>(ppro, iDlgID), - spin1(this, IDC_SPIN1, 3600), - spin2(this, IDC_SPIN2, 3600), + spin1(this, IDC_SPIN1, MAXWORD), + spin2(this, IDC_SPIN2, MAXWORD), edtUin(this, IDC_UIN), edtDiff1(this, IDC_DIFF1), edtDiff2(this, IDC_DIFF2), |