Make spinner for laps warp around
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6820 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
24d8d9ee9e
commit
e137c16788
@ -119,6 +119,7 @@ TrackInfoDialog::TrackInfoDialog(const std::string& trackIdent, const irr::core:
|
|||||||
m_spinner->m_properties[PROP_ID] = "lapcountspinner";
|
m_spinner->m_properties[PROP_ID] = "lapcountspinner";
|
||||||
m_spinner->m_properties[PROP_MIN_VALUE] = "1";
|
m_spinner->m_properties[PROP_MIN_VALUE] = "1";
|
||||||
m_spinner->m_properties[PROP_MAX_VALUE] = "99";
|
m_spinner->m_properties[PROP_MAX_VALUE] = "99";
|
||||||
|
m_spinner->m_properties[PROP_WARP_AROUND] = "true";
|
||||||
|
|
||||||
//I18N: In the track setup screen (number of laps choice, where %i is the number)
|
//I18N: In the track setup screen (number of laps choice, where %i is the number)
|
||||||
m_spinner->setText( _("%i laps") );
|
m_spinner->setText( _("%i laps") );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user