standard enums for some preference types

This commit is contained in:
Glenn Maynard
2006-10-07 05:52:45 +00:00
parent 1bd59aef01
commit 0493bc75a9
8 changed files with 62 additions and 25 deletions
+2 -2
View File
@@ -489,10 +489,10 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData *> &arrayWheelItemDat
switch( PREFSMAN->m_MusicWheelUsesSections )
{
case PrefsManager::NEVER:
case MusicWheelUsesSections_NEVER:
bUseSections = false;
break;
case PrefsManager::ABC_ONLY:
case MusicWheelUsesSections_ABC_ONLY:
if( so != SORT_TITLE && so != SORT_GROUP )
bUseSections = false;
break;