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:
parent
58cdbb5ffb
commit
1f9f570222
@ -457,7 +457,7 @@ public:
|
|||||||
const int playerAmount = UserConfigParams::m_all_players.size();
|
const int playerAmount = UserConfigParams::m_all_players.size();
|
||||||
for (int n=0; n<playerAmount; n++)
|
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
|
// select the right player profile in the spinner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user