Navigation Menu

Skip to content

Commit

Permalink
make SetClipboard follow the utf8 setting too
Browse files Browse the repository at this point in the history
This is the minimum change needed for the CopyColourCodes plugin to be able to get utf8 lines
  • Loading branch information
fiendish committed Feb 20, 2018
1 parent 95d4dcb commit ef86b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/methods/methods_clipboard.cpp
Expand Up @@ -25,5 +25,5 @@ CString strContents;

void CMUSHclientDoc::SetClipboard(LPCTSTR Text)
{
putontoclipboard (Text);
putontoclipboard (Text, m_bUTF_8);
} // end of CMUSHclientDoc::SetClipboard

0 comments on commit ef86b8c

Please sign in to comment.