From 958c41f8465091b76a4e01ac408751a602b05b2c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Oct 2005 15:19:22 +0000 Subject: [PATCH] rename to match pref name --- stepmania/Themes/default/metrics.ini | 2 +- stepmania/src/ScreenOptionsMasterPrefs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 7cc1fb1a4e..8ea7890430 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -3122,7 +3122,7 @@ Line5=conf,Instructions Line6=conf,ShowCaution Line7=conf,OniScoreDisplay Line8=conf,SongGroup -Line9=conf,WheelSections +Line9=conf,MusicWheelUsesSections Line10=conf,CourseSort Line11=conf,RandomAtEnd Line12=conf,Translations diff --git a/stepmania/src/ScreenOptionsMasterPrefs.cpp b/stepmania/src/ScreenOptionsMasterPrefs.cpp index b1ca9c7dcc..50f4e9cd9c 100644 --- a/stepmania/src/ScreenOptionsMasterPrefs.cpp +++ b/stepmania/src/ScreenOptionsMasterPrefs.cpp @@ -544,7 +544,7 @@ static void InitializeConfOptions() ADD( ConfOption( "ShowCaution", MovePref, "SKIP","SHOW") ); ADD( ConfOption( "OniScoreDisplay", OniScoreDisplay, "PERCENT","DANCE POINTS") ); ADD( ConfOption( "SongGroup", SongGroup, "ALL MUSIC","CHOOSE") ); - ADD( ConfOption( "WheelSections", WheelSections, "NEVER","ALWAYS", "ABC ONLY") ); + ADD( ConfOption( "MusicWheelUsesSections", WheelSections, "NEVER","ALWAYS", "ABC ONLY") ); ADD( ConfOption( "CourseSort", CourseSort, "# SONGS","AVG FEET","TOTAL FEET","RANKING") ); ADD( ConfOption( "RandomAtEnd", RandomAtEnd, "NO","YES") ); ADD( ConfOption( "Translations", Translations, "ROMANIZATION","NATIVE LANGUAGE") );