X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4e7c2aa5822f9a6e97d8d7848b95ea2eadcd98b..c4afa2cbfd9dba4ffbbe53ffc70d06b89bf4c619:/src/msw/metafile.cpp diff --git a/src/msw/metafile.cpp b/src/msw/metafile.cpp index c22d980311..ec79708311 100644 --- a/src/msw/metafile.cpp +++ b/src/msw/metafile.cpp @@ -73,7 +73,7 @@ bool wxMetaFile::SetClipboard(int width, int height) wxOpenClipboard(); if (!wxEmptyClipboard()) return FALSE; } - bool success = wxSetClipboardData(wxCF_METAFILE,this, width,height); + bool success = wxSetClipboardData(wxDF_METAFILE,this, width,height); if (!alreadyOpen) wxCloseClipboard(); return (bool) success; }