diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-09 22:07:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-09 22:07:43 +0300 |
commit | 15d04b366b37563254f914a41db97646730514b9 (patch) | |
tree | 2536d46b4c4a92338943002ffcd9e29995859748 /plugins/StopSpamPlus/src/utils.cpp | |
parent | d0d6aef247ab3baf68c4ad4b2689283c1b36b0f4 (diff) |
fixes #1059 (StopSpam: account selection do not accessible for screen readers)
Diffstat (limited to 'plugins/StopSpamPlus/src/utils.cpp')
-rw-r--r-- | plugins/StopSpamPlus/src/utils.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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)) {
|