clean up enum Message names so that they match the corresponding strings

This commit is contained in:
Chris Danford
2005-08-14 07:29:48 +00:00
parent 09386e06e3
commit 7191258c0a
13 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ void ScreenWithMenuElements::StopTimer()
void ScreenWithMenuElements::HandleMessage( const CString& sMessage )
{
if( sMessage == MessageToString(MESSAGE_CURRENT_SONG_CHANGED) )
if( sMessage == MessageToString(Message_CurrentSongChanged) )
UpdateStage();
}