mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-18 03:14:06 +00:00
change tts dictionary icon
This commit is contained in:
parent
4efbf6f166
commit
f6b3ba4ed7
|
@ -122,7 +122,7 @@ void VoiceEnginesDictionary::loadIcon() throw()
|
||||||
loadIconFromFile( fInfo.absoluteFilePath(), true );
|
loadIconFromFile( fInfo.absoluteFilePath(), true );
|
||||||
}
|
}
|
||||||
if ( dictionaryIcon.isNull() )
|
if ( dictionaryIcon.isNull() )
|
||||||
dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/playsound_full.png" );
|
dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/text2speech.svg" );
|
||||||
dictionaryIconLoaded = true;
|
dictionaryIconLoaded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue