Fixed missing call to fribidi in players option screen

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8248 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-04-07 19:54:54 +00:00
parent 7e836d57af
commit fceff8feb9

View File

@@ -79,7 +79,7 @@ void OptionsScreenPlayers::init()
// and hope no one enters two player names that, when stripped down to ASCII,
// give the same identifier...
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()) );
}
} // init