projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A little clarification
[wxWidgets.git]
/
src
/
unix
/
mimetype.cpp
diff --git
a/src/unix/mimetype.cpp
b/src/unix/mimetype.cpp
index 3015edf5f7a8b71e96c97aedc8ebca4501ee6f2d..d5f44157847b65a1c491d3169d2f1d785d534b98 100644
(file)
--- a/
src/unix/mimetype.cpp
+++ b/
src/unix/mimetype.cpp
@@
-2173,7
+2173,7
@@
bool wxMimeTypesManagerImpl::ReadMimeTypes(const wxString& strFileName)
else if ( strLHS == wxT("exts") ) {
strExtensions = strRHS;
}
- else if ( strLHS
!
= _T("icon") )
+ else if ( strLHS
=
= _T("icon") )
{
// this one is simply ignored: it usually refers to Netscape
// built in icons which are useless for us anyhow