diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index bc90bbc1b9..109582243e 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -1112,7 +1112,7 @@ CString MusicWheel::GetSectionNameFromSongAndSort( const Song* pSong, SongSortOr // sTemp = "NUM"; // return sTemp; case SORT_TITLE: - sTemp = pSong->GetTranslitSubTitle(); + sTemp = pSong->GetTranslitMainTitle(); sTemp.MakeUpper(); if(sTemp.empty()) return "";