mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +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 =
|
QAction * action =
|
||||||
new QAction(
|
new QAction(
|
||||||
QIcon( ":/icons/arrow.png" ),
|
allDictionaries[ x ]->getIcon(),
|
||||||
QString::fromUtf8( allDictionaries[ x ]->getName().c_str() ),
|
QString::fromUtf8( allDictionaries[ x ]->getName().c_str() ),
|
||||||
&menu );
|
&menu );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue