]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaggif.h
1. wxMSW seems to work (please test and send your bug reports!)
[wxWidgets.git] / include / wx / imaggif.h
index 653f2bca50c167df5c922f655dcb8195c67250f5..909a69c17a6a89ea7d8bd38afbe173a5499677c2 100644 (file)
@@ -34,6 +34,7 @@ public:
       m_name = "GIF file";
       m_extension = "gif";
       m_type = wxBITMAP_TYPE_GIF;
+      m_mime = "image/gif";
   };
 
   virtual bool LoadFile( wxImage *image, wxInputStream& stream );