mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Remove Cancel button from Timer Record progress dialog.
This commit is contained in:
parent
6ece977edc
commit
5545efdf8b
@ -251,7 +251,8 @@ bool TimerRecordDialog::RunWaitDialog()
|
|||||||
TimerProgressDialog
|
TimerProgressDialog
|
||||||
progress(m_TimeSpan_Duration.GetMilliseconds().GetValue(),
|
progress(m_TimeSpan_Duration.GetMilliseconds().GetValue(),
|
||||||
_("Audacity Timer Record Progress"),
|
_("Audacity Timer Record Progress"),
|
||||||
strMsg);
|
strMsg,
|
||||||
|
pdlgHideCancelButton);
|
||||||
|
|
||||||
// Make sure that start and end time are updated, so we always get the full
|
// Make sure that start and end time are updated, so we always get the full
|
||||||
// duration, even if there's some delay getting here.
|
// duration, even if there's some delay getting here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user