diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index 6f0702c3dd..076ff02fb0 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -91,12 +91,12 @@ EditMenu::EditMenu() m_SongTextBanner.SetXY( SONG_TEXT_BANNER_X, SONG_TEXT_BANNER_Y ); this->AddChild( &m_SongTextBanner ); - m_Meter.SetName( "DifficultyMeter" ); + m_Meter.SetName( "EditDifficultyMeter", "DifficultyMeter" ); m_Meter.SetXY( METER_X, METER_Y ); m_Meter.Load(); this->AddChild( &m_Meter ); - m_SourceMeter.SetName( "DifficultyMeter" ); + m_SourceMeter.SetName( "EditDifficultyMeter", "DifficultyMeter" ); m_SourceMeter.SetXY( SOURCE_METER_X, SOURCE_METER_Y ); m_SourceMeter.Load(); this->AddChild( &m_SourceMeter );