Change "ChangedLanguageDisplay" to "DisplayLanguageChanged" and use it for artist names.

This commit is contained in:
Colby Klein
2009-04-02 18:09:23 +00:00
parent c42c4b297f
commit 6bca32e6cd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
if( input.type != IET_FIRST_PRESS )
return;
PREFSMAN->m_bShowNativeLanguage.Set( !PREFSMAN->m_bShowNativeLanguage );
MESSAGEMAN->Broadcast( "ChangedLanguageDisplay" );
MESSAGEMAN->Broadcast( "DisplayLanguageChanged" );
m_MusicWheel.RebuildWheelItems();
return;
}