MIME type manager fixes described earlier on the list:
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Jan 2001 14:51:06 +0000 (14:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Jan 2001 14:51:06 +0000 (14:51 +0000)
commita6c65e881e42bfed000fbcac31ac8c1db2729152
tree919009942a5664a90fe93af007e9778ae3ed5174
parent52b9ca21ac6c53d841028542771c839590a63db1
MIME type manager fixes described earlier on the list:
1. extended wxFileTypeInfo
2. moved handling of fallbacks into wxMimeTypesManager (instead of Impl)
3. added wxMimeTypesManager::Associate() and Unassociate()
4. Unix version only reads the files on demand => much faster startup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/mimetype.h
include/wx/msw/mimetype.h
include/wx/unix/mimetype.h
samples/console/console.cpp
src/common/mimecmn.cpp
src/msw/mimetype.cpp
src/unix/mimetype.cpp