mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-20 13:11:11 +01:00
Campbell Barton's further patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -235,11 +235,11 @@ bool TimerRecordDialog::RunWaitDialog()
|
||||
else
|
||||
{
|
||||
// Record for specified time.
|
||||
AudacityProject* pProject = GetActiveProject();
|
||||
AudacityProject* pProject = GetActiveProject();
|
||||
pProject->OnRecord();
|
||||
bool bIsRecording = true;
|
||||
|
||||
wxString strMsg =
|
||||
wxString strMsg =
|
||||
_("Recording start") + (wxString)wxT(":\t\t")
|
||||
+ GetDisplayDate(m_DateTime_Start) + wxT("\n") + _("Recording end")
|
||||
+ wxT(":\t\t") + GetDisplayDate(m_DateTime_End) + wxT("\n")
|
||||
|
||||
Reference in New Issue
Block a user