From e137c16788eaf0494e8a69f080b0ef2a237c8f0c Mon Sep 17 00:00:00 2001 From: auria Date: Tue, 30 Nov 2010 23:27:38 +0000 Subject: [PATCH] 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 --- src/states_screens/dialogs/track_info_dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/states_screens/dialogs/track_info_dialog.cpp b/src/states_screens/dialogs/track_info_dialog.cpp index 7e820ad57..c0772853a 100644 --- a/src/states_screens/dialogs/track_info_dialog.cpp +++ b/src/states_screens/dialogs/track_info_dialog.cpp @@ -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_MIN_VALUE] = "1"; 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) m_spinner->setText( _("%i laps") );