mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 07:06:43 +00:00
using new icon.
This commit is contained in:
parent
2afe3f3e57
commit
1bcc6d6918
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ std::string CSMWorld::TableMimeData::getIcon() const
|
||||||
|
|
||||||
if (tmpIcon != mUniversalId[i].getIcon())
|
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();
|
tmpIcon = mUniversalId[i].getIcon();
|
||||||
|
|
Loading…
Reference in a new issue