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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user