Changeset 25371

Show
Ignore:
Timestamp:
05/08/08 07:35:41 (1 week ago)
Author:
mmu_man
Message:
BPicture is obviously not text data, should be image/ supertype!
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • haiku/trunk/src/apps/sudoku/SudokuView.cpp

    r23859 r25371  
    476476                        // flattened BPicture, anyone handles that ? 
    477477                        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()); 
    479479                                 
    480480                        }