// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence (part of wxExtra library)
/////////////////////////////////////////////////////////////////////////////
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence (part of wxExtra library)
/////////////////////////////////////////////////////////////////////////////
if ( nIndex == wxNOT_FOUND )
{
// We put MIME types containing "application" at the end, so that
if ( nIndex == wxNOT_FOUND )
{
// We put MIME types containing "application" at the end, so that
// rather find "text/html" than "application/x-mozilla-bookmarks".
if (mimeType.Find( "application" ) == 0)
{
// rather find "text/html" than "application/x-mozilla-bookmarks".
if (mimeType.Find( "application" ) == 0)
{