Added missing call to fribidi

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7550 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-01-26 22:58:36 +00:00
parent 58cdbb5ffb
commit 1f9f570222

View File

@ -457,7 +457,7 @@ public:
const int playerAmount = UserConfigParams::m_all_players.size();
for (int n=0; n<playerAmount; n++)
{
m_player_ident_spinner->addLabel( UserConfigParams::m_all_players[n].getName() );
m_player_ident_spinner->addLabel( translations->fribidize(UserConfigParams::m_all_players[n].getName()) );
}
// select the right player profile in the spinner