Fix compilation (ooops)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8456 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ff92b342c8
commit
0e45501bd0
@ -47,7 +47,7 @@ AddDeviceDialog::AddDeviceDialog() : ModalDialog(0.90f, 0.80f)
|
||||
core::rect<s32> text_area( 15, 15, m_area.getWidth()-15, y_bottom-15 );
|
||||
|
||||
core::stringw msg = _("To add a new Gamepad/Joystick device, simply start SuperTuxKart with it connected and it will appear in the list.\n\nTo add a keyboard config, you can use the button below, HOWEVER please note that most keyboards only support a limited amount of simultaneous keypresses and are thus inappropriate for multiplayer gameplay. (You can, however, connect multiple keyboards to the computer. Remember that everyone still needs different keybindings in this case.)");
|
||||
IGUIStaticText* b = GUIEngine::getGUIEnv()->addStaticText(msg,
|
||||
IGUIStaticText* b = GUIEngine::getGUIEnv()->addStaticText(msg.c_str(),
|
||||
text_area, false , true , // border, word warp
|
||||
m_irrlicht_window);
|
||||
b->setTabStop(false);
|
||||
|
Loading…
Reference in New Issue
Block a user