From 15d04b366b37563254f914a41db97646730514b9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 9 Dec 2017 22:07:43 +0300 Subject: fixes #1059 (StopSpam: account selection do not accessible for screen readers) --- plugins/StopSpamPlus/src/utils.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/StopSpamPlus/src/utils.cpp') diff --git a/plugins/StopSpamPlus/src/utils.cpp b/plugins/StopSpamPlus/src/utils.cpp index b542d91469..f2aea2b380 100644 --- a/plugins/StopSpamPlus/src/utils.cpp +++ b/plugins/StopSpamPlus/src/utils.cpp @@ -31,11 +31,6 @@ bool IsExistMyMessage(MCONTACT hContact) return false; } -void SetDlgItemString(HWND hwndDlg, UINT idItem, std::wstring const &str) -{ - SetDlgItemTextW(hwndDlg, idItem, str.c_str()); -} - tstring variables_parse(tstring const &tstrFormat, MCONTACT hContact) { if (ServiceExists(MS_VARS_FORMATSTRING)) { -- cgit v1.2.3