This commit is contained in:
Glenn Maynard
2006-01-30 03:07:02 +00:00
parent badc6a06b3
commit 0740b81efb
+3 -3
View File
@@ -718,9 +718,9 @@ void ScreenEdit::Init()
m_soundRemoveNote.Load( THEME->GetPathS("ScreenEdit","RemoveNote"), true );
m_soundChangeLine.Load( THEME->GetPathS("ScreenEdit","line"), true );
m_soundChangeSnap.Load( THEME->GetPathS("ScreenEdit","snap"), true );
m_soundMarker.Load( THEME->GetPathS("ScreenEdit","marker"), true );
m_soundSwitch.Load( THEME->GetPathS("ScreenEdit","switch") );
m_soundSave.Load( THEME->GetPathS("ScreenEdit","save") );
m_soundMarker.Load( THEME->GetPathS("ScreenEdit","marker"), true );
m_soundSwitch.Load( THEME->GetPathS("ScreenEdit","switch") );
m_soundSave.Load( THEME->GetPathS("ScreenEdit","save") );
if( EDIT_MODE.GetValue() == EditMode_Practice )
m_pHelpMenu = LoadEditMiniMenu( &g_PracticeHelp );