Added icon to xdxf plugin and commonDictInterface
[mdictionary] / trunk / src / base / gui / DictManagerWidget.cpp
index d99c4fc..136dc56 100644 (file)
@@ -99,6 +99,7 @@ void DictManagerWidget::refreshDictsList() {
         else {
             item->setCheckState(Qt::Unchecked);
         }
+        item->setIcon(i.key()->icon());
 
         dictListWidget->addItem(item);
         dictsHash.insert(item, i.key());