Changeset 25371
- Timestamp:
- 05/08/08 07:35:41 (1 week ago)
- Files:
-
- haiku/trunk/src/apps/sudoku/SudokuView.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
haiku/trunk/src/apps/sudoku/SudokuView.cpp
r23859 r25371 476 476 // flattened BPicture, anyone handles that ? 477 477 if (SaveTo(mio, kExportAsPicture) >= B_OK) { 478 clip->AddData(" text/x-vnd.Be-picture", B_MIME_TYPE, mio.Buffer(), mio.BufferLength());478 clip->AddData("image/x-vnd.Be-picture", B_MIME_TYPE, mio.Buffer(), mio.BufferLength()); 479 479 480 480 }
