diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-08 13:50:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-08 13:50:38 +0000 |
commit | 3aa29ef3d7220de7080eae79b4dc31ef99bb4015 (patch) | |
tree | 8a159ad2076e1a49d7ecd71c024b2ec4f3cc7d03 /plugins/TabSRMM/src/msgoptions_plus.cpp | |
parent | ca720a993d46f0d1a1877c6caace01c0f3d940b4 (diff) |
finger support option removed from tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@4388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions_plus.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions_plus.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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);
|