git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24096
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
else if ( strLHS == wxT("exts") ) {
strExtensions = strRHS;
}
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
{
// this one is simply ignored: it usually refers to Netscape
// built in icons which are useless for us anyhow