mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 11: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())
|
||||
{
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue