From 3aa29ef3d7220de7080eae79b4dc31ef99bb4015 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 8 Apr 2013 13:50:38 +0000 Subject: finger support option removed from tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@4388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/msgoptions_plus.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/TabSRMM/src/msgoptions_plus.cpp') diff --git a/plugins/TabSRMM/src/msgoptions_plus.cpp b/plugins/TabSRMM/src/msgoptions_plus.cpp index bd6e613c51..7c505e0866 100644 --- a/plugins/TabSRMM/src/msgoptions_plus.cpp +++ b/plugins/TabSRMM/src/msgoptions_plus.cpp @@ -64,8 +64,6 @@ static void FillDialog(HWND hwndDlg) lvItems[i].handle = (LRESULT)TreeView_InsertItem(GetDlgItem(hwndDlg, IDC_PLUS_CHECKTREE), &tvi); } - PluginConfig.g_bClientInStatusBar = M->GetByte("adv_ClientIconInStatusBar", 0); - SendDlgItemMessage(hwndDlg, IDC_TIMEOUTSPIN, UDM_SETRANGE, 0, MAKELONG(300, SRMSGSET_MSGTIMEOUT_MIN / 1000)); SendDlgItemMessage(hwndDlg, IDC_TIMEOUTSPIN, UDM_SETPOS, 0, PluginConfig.m_MsgTimeout / 1000); -- cgit v1.2.3