~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/exercises/ctrols/lenmus_idfy_scales_ctrol.cpp

  • Committer: Cecilio Salmeron
  • Date: 2012-11-25 14:37:10 UTC
  • Revision ID: s.cecilios@gmail.com-20121125143710-ohccpjc3pk7ut3u1
Added script po-statistics.pl to maintain website translations page. * Restored exercise modes (learning, practise, exam and quiz). * Added DlgExerciseMode. * Restored right/wrong sounds when answering an exercise. * Fixed bug #1074909. * Fixed bug #1082637.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
//---------------------------------------------------------------------------------------
92
92
void IdfyScalesCtrol::set_problem_space()
93
93
{
94
 
    //Do nothing. For now, this exercise does not use problem spaces
 
94
    //Do nothing. For now, this exercise does not use Leitner method
95
95
}
96
96
 
97
97
//---------------------------------------------------------------------------------------
207
207
         iB = ReconfigureGroup(iB, est_LastGreek+1, est_Max-1, _("Other scales:"));
208
208
 
209
209
    m_pDoc->set_dirty();
 
210
    new_problem();
210
211
}
211
212
 
212
213
//---------------------------------------------------------------------------------------