1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 08:59:28 +02:00

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

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.