diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index 71d193f06e..0a4acb3f68 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -171,7 +171,7 @@ void EditMenu::Load( const CString &sType ) this->AddChild( &m_Meter ); m_SourceMeter.SetName( "SourceMeter" ); - m_SourceMeter.Load( "EditDifficultyMeter" ); + m_SourceMeter.Load( "DifficultyMeterEdit" ); ActorUtil::SetXY( m_SourceMeter, sType ); this->AddChild( &m_SourceMeter );