Add another missing call to fribidize
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7587 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
958cd865fe
commit
69d8c82c91
@ -62,7 +62,7 @@ GPInfoDialog::GPInfoDialog(const std::string& gpIdent, const float w, const floa
|
||||
|
||||
// ---- GP Name
|
||||
core::rect< s32 > area_top(0, 0, m_area.getWidth(), y1);
|
||||
IGUIStaticText* title = GUIEngine::getGUIEnv()->addStaticText( gp->getName().c_str(),
|
||||
IGUIStaticText* title = GUIEngine::getGUIEnv()->addStaticText( translations->fribidize(gp->getName()),
|
||||
area_top, false, true, // border, word warp
|
||||
m_irrlicht_window);
|
||||
title->setTabStop(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user