Implement wxFileType::GetOpenCommand() in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Aug 2011 19:02:26 +0000 (19:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Aug 2011 19:02:26 +0000 (19:02 +0000)
commit59f495db65a7428e7397966e41cf7c0c7e5badb2
tree9d89235971dc4eb5ce4cfba8ac5fac001a63377f
parent7112cdd1f3c4730391cf0a562f4d7dcee8676f07
Implement wxFileType::GetOpenCommand() in wxOSX.

This method used to work in 2.8 but was unimplemented in 2.9.

Restore more or less the old implementation using the data that we already
have in wxMimeTypesManager anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/osx/core/mimetype.h
src/osx/core/mimetype.cpp