mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
* Use dictionarys' own icons for TOC items.
This commit is contained in:
parent
ee759622a3
commit
99c8c8642e
|
@ -360,7 +360,7 @@ void ArticleView::contextMenuRequested( QPoint const & pos )
|
|||
{
|
||||
QAction * action =
|
||||
new QAction(
|
||||
QIcon( ":/icons/arrow.png" ),
|
||||
allDictionaries[ x ]->getIcon(),
|
||||
QString::fromUtf8( allDictionaries[ x ]->getName().c_str() ),
|
||||
&menu );
|
||||
|
||||
|
|
Loading…
Reference in a new issue