]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/metafile.cpp
wxFileConfig ctor now (again) uses the files in the correct locations if the
[wxWidgets.git] / src / msw / metafile.cpp
index c22d9803111883816eb51f4dae57d34c55709c54..ec79708311543c2d5cc0c26328ea73e100749524 100644 (file)
@@ -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;
 }