Fixed icon of locked karts

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10013 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-10-18 16:36:08 +00:00
parent 55841fbbbe
commit 0cf64fd1e1

View File

@@ -1967,7 +1967,8 @@ void KartSelectionScreen::setKartsFromCurrentGroup()
w->addItem(
_("Locked : solve active challenges to gain access "
"to more!"),
ID_LOCKED, prop->getAbsoluteIconFile(), LOCKED_BADGE);
ID_LOCKED, prop->getAbsoluteIconFile(), LOCKED_BADGE,
IconButtonWidget::ICON_PATH_TYPE_ABSOLUTE);
}
else
{