*! Icons now display for uncompressed .dsl files.

This commit is contained in:
Konstantin Isakov 2009-05-03 19:34:19 +00:00
parent 0a1a786f61
commit b6515fe2ff

View file

@ -268,7 +268,7 @@ QIcon DslDictionary::getIcon() throw()
if ( fileName.endsWith( ".dsl.dz", Qt::CaseInsensitive ) )
fileName.chop( 6 );
else
fileName.chop( 4 );
fileName.chop( 3 );
fileName += "bmp";