diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src')
| -rw-r--r-- | plugins/SendScreenshotPlus/src/CSend.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
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);
  | 
