Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29662
Modified Files: AudioIO.cpp Log Message: Fix concatenation problem. Index: AudioIO.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/AudioIO.cpp,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- AudioIO.cpp 24 Jun 2009 20:37:27 -0000 1.212 +++ AudioIO.cpp 25 Jun 2009 00:23:55 -0000 1.213 @@ -1274,9 +1274,7 @@ track->SetOffset(track->GetStartTime() + recordingOffset); if(track->GetEndTime() < 0.) { - wxMessageDialog m(NULL, _("Latency Correction setting has caused the recorded audio to be hidden before zero.\n" - "Audacity has brought it back to start at zero.\n" - "You may have to use the Time Shift Tool (<---> or F5) to drag the track to the right place."), + wxMessageDialog m(NULL, _("Latency Correction setting has caused the recorded audio to be hidden before zero.\nAudacity has brought it back to start at zero.\nYou may have to use the Time Shift Tool (<---> or F5) to drag the track to the right place."), _("Latency problem"), wxOK); m.ShowModal(); track->SetOffset(0.); ------------------------------------------------------------------------------ _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs