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