mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
*! Icons now display for uncompressed .dsl files.
This commit is contained in:
parent
0a1a786f61
commit
b6515fe2ff
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue