diff --git a/src/mac/carbon/clipbrd.cpp b/src/mac/carbon/clipbrd.cpp index 44a969bd75..9e818ec121 100644 --- a/src/mac/carbon/clipbrd.cpp +++ b/src/mac/carbon/clipbrd.cpp @@ -278,7 +278,11 @@ bool wxClipboard::AddData( wxDataObject *data ) #if wxUSE_DRAG_AND_DROP case wxDF_METAFILE: +#if wxMAC_USE_CORE_GRAPHICS + mactype = 'PDF '; +#else mactype = kScrapFlavorTypePicture; +#endif break; #endif