1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-09 16:05:39 +01:00

Bug, unreported: Timer record "?" button brought up a frozen dialog...

... on Mac at least.
This commit is contained in:
Paul Licameli
2016-06-19 19:32:40 -04:00
parent aff461a949
commit 5c044c0cea
2 changed files with 6 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ void TimerRecordDialog::OnAutoExportCheckBox_Change(wxCommandEvent& WXUNUSED(eve
void TimerRecordDialog::OnHelpButtonClick(wxCommandEvent& WXUNUSED(event))
{
HelpSystem::ShowHelpDialog(this, wxT("Timer_Record"));
EndModal(wxID_CONTEXT_HELP);
}
wxString TimerRecordDialog::GetHoursMinsString(int iMinutes) {