Don't crash if wxMimeTypesManager is used before wxApp creation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Apr 2010 18:13:34 +0000 (18:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Apr 2010 18:13:34 +0000 (18:13 +0000)
commit6e3f8e61a92beb6cea2243f609ac1448578aee67
treec55bbcead11c9ec97f60064724481c4a4372e088
parent43aecc4dd77cf2ee596ada72448f5ca3e8011afe
Don't crash if wxMimeTypesManager is used before wxApp creation.

This is arguably not a supported use case but this apparently used to work
before and so it's probably not a good idea to break it now.

Closes #11927.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/mimetype.cpp