9.04 beta

This commit is contained in:
Igor Pavlov
2009-06-02 00:00:00 +00:00
committed by Kornel Lesiński
parent 8874e4fbc9
commit 829409452d
440 changed files with 19803 additions and 9941 deletions

View File

@@ -131,10 +131,7 @@ int CExtToIconMap::GetIconIndex(UINT32 attributes, const UString &fileNameSpec,
{
fileName = L"__File__";
if (_noExtIconIndex < 0)
{
int iconIndexTemp;
GetRealIconIndex(fileName, attributes, iconIndexTemp, _noExtTypeName);
}
GetRealIconIndex(fileName, attributes, _noExtIconIndex, _noExtTypeName);
typeName = _noExtTypeName;
return _noExtIconIndex;
}