From 752ace4d40b94699745b016424ea7568c686ecbb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 Feb 2019 10:45:10 +0300 Subject: fixes #1836 (ok, let it be 32000) --- protocols/ICQ-WIM/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/ICQ-WIM') diff --git a/protocols/ICQ-WIM/src/options.cpp b/protocols/ICQ-WIM/src/options.cpp index aac251b2fb..09fce66101 100644 --- a/protocols/ICQ-WIM/src/options.cpp +++ b/protocols/ICQ-WIM/src/options.cpp @@ -164,8 +164,8 @@ class CIcqOptionsDlg : public CProtoDlgBase public: CIcqOptionsDlg(CIcqProto *ppro, int iDlgID, bool bFullDlg) : CProtoDlgBase(ppro, iDlgID), - spin1(this, IDC_SPIN1, MAXWORD), - spin2(this, IDC_SPIN2, MAXWORD), + spin1(this, IDC_SPIN1, 32000), + spin2(this, IDC_SPIN2, 32000), edtUin(this, IDC_UIN), edtDiff1(this, IDC_DIFF1), edtDiff2(this, IDC_DIFF2), -- cgit v1.2.3