We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d4dcb commit ef86b8cCopy full SHA for ef86b8c
scripting/methods/methods_clipboard.cpp
@@ -25,5 +25,5 @@ CString strContents;
25
26
void CMUSHclientDoc::SetClipboard(LPCTSTR Text)
27
{
28
-putontoclipboard (Text);
+putontoclipboard (Text, m_bUTF_8);
29
} // end of CMUSHclientDoc::SetClipboard
0 commit comments