From dc597d70cef7202480eae6708e2142148e09356f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 23 Feb 2024 19:57:58 +0300 Subject: clipboard copy function is able now to copy in multiple formats at a time --- src/core/stduserinfo/src/stdinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/stduserinfo') diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index b2fed06847..a2a72e1d80 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -130,7 +130,7 @@ public: { wchar_t buf[1024]; if (GetDlgItemText(m_hwnd, IDC_ADDR, buf, _countof(buf))) - Utils_ClipboardCopy(buf); + Utils_ClipboardCopy(MClipUnicode(buf)); } int Resizer(UTILRESIZECONTROL *urc) override -- cgit v1.2.3