Remove Cancel button from Timer Record progress dialog.

This commit is contained in:
v.audacity 2012-06-23 01:50:12 +00:00
parent 6ece977edc
commit 5545efdf8b
1 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,8 @@ bool TimerRecordDialog::RunWaitDialog()
TimerProgressDialog
progress(m_TimeSpan_Duration.GetMilliseconds().GetValue(),
_("Audacity Timer Record Progress"),
strMsg);
strMsg,
pdlgHideCancelButton);
// Make sure that start and end time are updated, so we always get the full
// duration, even if there's some delay getting here.