rename to match pref name

This commit is contained in:
Glenn Maynard
2005-10-27 15:19:22 +00:00
parent fa95e31bab
commit 958c41f846
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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") );