mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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 );
|
||||
}
|
||||
if ( dictionaryIcon.isNull() )
|
||||
dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/playsound_full.png" );
|
||||
dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/text2speech.svg" );
|
||||
dictionaryIconLoaded = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue