Add another missing fribidi call

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8259 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-04-07 23:07:12 +00:00
parent 0a18005a05
commit 22c521a326

View File

@@ -141,7 +141,7 @@ void OptionsScreenPlayers::deletePlayer(PlayerProfile* player)
for(int n=0; n<playerAmount; n++)
{
players->addItem(core::stringc(UserConfigParams::m_all_players[n].getName().c_str()).c_str(),
UserConfigParams::m_all_players[n].getName());
translations->fribidize(UserConfigParams::m_all_players[n].getName()));
}
} // deletePlayer