Change bitmap mime type so other apps can read it

This commit is contained in:
Matthew Griffin
2019-06-25 10:01:09 +01:00
parent a4e0c2cc34
commit 73c51b1250

View File

@@ -26,7 +26,7 @@ wxString DataFormatIdToMimeType(wxDataFormatId formatId)
switch ( formatId )
{
case wxDF_TEXT: return "text/plain";
case wxDF_BITMAP: return "image/bmp";
case wxDF_BITMAP: return "PNG";
case wxDF_TIFF: return "image/tiff";
case wxDF_WAVE: return "audio/x-wav";
case wxDF_UNICODETEXT: return "text/plain";