BPicture is obviously not text data, should be image/ supertype!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-05-08 12:35:41 +00:00
parent fd59bc3703
commit 0fbe0299d3
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ SudokuView::CopyToClipboard()
// flattened BPicture, anyone handles that ?
if (SaveTo(mio, kExportAsPicture) >= B_OK) {
clip->AddData("text/x-vnd.Be-picture", B_MIME_TYPE, mio.Buffer(), mio.BufferLength());
clip->AddData("image/x-vnd.Be-picture", B_MIME_TYPE, mio.Buffer(), mio.BufferLength());
}
mio.SetSize(0LL);