From 4951c262631885820d1bbde0ed1c3ceb8cb285b6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 21 Oct 2011 03:28:37 +0300 Subject: modified: ../options.cpp --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index 0371caf..440e1be 100755 --- a/options.cpp +++ b/options.cpp @@ -365,7 +365,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA szKey = mir_strdup(str.c_str()); str.clear(); EmptyClipboard(); - if(!SetClipboardData(CF_OEMTEXT, szKey)) + if(!SetClipboardData(CF_TEXT, szKey)) { mir_free(szKey); MessageBoxA(0, "Error", "Failed to write to clipboard", MB_OK); -- cgit v1.2.3