summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-10-21 03:28:37 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-10-21 03:28:37 +0300
commit4951c262631885820d1bbde0ed1c3ceb8cb285b6 (patch)
treef10e957ee3aee21199386e21616dfc62cb2a2c43 /options.cpp
parent30af6ed7fb8d41eada477241d47efc320d72ea79 (diff)
modified: ../options.cpp
Diffstat (limited to 'options.cpp')
-rwxr-xr-xoptions.cpp2
1 files changed, 1 insertions, 1 deletions
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);