diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-25 18:38:40 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-25 18:38:40 +0000 |
commit | 0701beccdc0d9641be2c535fb920a5f96e9bb4a2 (patch) | |
tree | 6a338160bc3496ff9bbf86fc7e215031a7d374ae /protocols/Tox/src/tox_options.cpp | |
parent | 0a776a22a99c20a23763aac28209a00a36126b7b (diff) |
Tox: fixed resource defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@10321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_options.cpp')
-rw-r--r-- | protocols/Tox/src/tox_options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index b7754f965b..2c920f95b2 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -12,8 +12,6 @@ INT_PTR CToxProto::SearchDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa proto = (CToxProto*)lParam;
SetWindowLongPtr(hwnd, GWLP_USERDATA, lParam);
- CheckDlgButton(hwnd, IDC_ADDTOLIST, 1);
-
//ShowWindow(GetDlgItem(GetParent(hwnd), 1408/*IDC_BYCUSTOM*/), SW_HIDE);
//ShowWindow(GetDlgItem(GetParent(hwnd), 1402/*IDC_ADVANCEDGROUP*/), SW_HIDE);
SetDlgItemText(GetParent(hwnd), 1408/*IDC_BYCUSTOM*/, TranslateT("Query"));
|