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:
@@ -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:
|
||||
|
||||
|
@@ -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]"),
|
||||
|
Reference in New Issue
Block a user