]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/mimetype.cpp
added new focus behaviour (like MSW) and toolbar fixes
[wxWidgets.git] / src / mac / mimetype.cpp
index c4944d12f8955e1ebb70951497c00ff69090da67..77e60cbc205a16eb35100b1c2df5fb62ce4afbf4 100644 (file)
@@ -73,6 +73,20 @@ bool wxFileTypeImpl::GetMimeType(wxString *mimeType) const
     return FALSE;
 }
 
+bool wxFileTypeImpl::GetMimeTypes(wxArrayString& mimeTypes) const
+{
+    wxString s;
+    
+    if (GetMimeType(&s))
+    {
+        mimeTypes.Clear();
+        mimeTypes.Add(s);
+        return TRUE;
+    }
+    else 
+        return FALSE;
+}
+
 bool wxFileTypeImpl::GetIcon(wxIcon *icon) const
 {
     // no such file type or no value or incorrect icon entry