fixed priority of the mailcap entries (patch 935954)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@26816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-04-15 22:15:12 +00:00
parent f7780364d6
commit 8c3bc82529
2 changed files with 2 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ Unix:
- Unicode compilation fix in wxDateTime
- typo in configure which broke AIX build fixed (Swengtoo)
- fixed priorities of mailcap entries (David Hart)
wxMSW:

View File

@@ -2559,7 +2559,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName,
// and if we have, was it in this file?
overwrite = nIndex == wxNOT_FOUND ||
aIndicesSeenHere.Index(nIndex) != wxNOT_FOUND;
aIndicesSeenHere.Index(nIndex) == wxNOT_FOUND;
}
wxLogTrace(TRACE_MIME, _T("mailcap %s: %s [%s]"),