1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-13 07:14:31 +00:00

using new icon.

This commit is contained in:
Marek Kochanowicz 2014-02-13 19:14:17 +01:00
parent 2afe3f3e57
commit 1bcc6d6918

View File

@ -49,7 +49,7 @@ std::string CSMWorld::TableMimeData::getIcon() const
if (tmpIcon != mUniversalId[i].getIcon())
{
return ""; //should return multiple types icon, but at the moment we don't have one
return ":/multitype.png"; //icon stolen from gnome
}
tmpIcon = mUniversalId[i].getIcon();