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 --- plugins/SendScreenshotPlus/src/CSend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SendScreenshotPlus/src') diff --git a/plugins/SendScreenshotPlus/src/CSend.cpp b/plugins/SendScreenshotPlus/src/CSend.cpp index a06829a422..6321215b1d 100644 --- a/plugins/SendScreenshotPlus/src/CSend.cpp +++ b/plugins/SendScreenshotPlus/src/CSend.cpp @@ -165,7 +165,7 @@ INT_PTR CALLBACK CSend::ResultDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, } else len = GetDlgItemText(hwndDlg, edtID, tmp, _countof(tmp)); - Utils_ClipboardCopy(CMStringW(tmp, len + 1)); + Utils_ClipboardCopy(MClipUnicode(CMStringW(tmp, len + 1))); if (LOWORD(wParam) == IDOK) DestroyWindow(hwndDlg); -- cgit v1.2.3