1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-20 07:46:30 +01:00

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

This reverts commit 5c044c0cea.
This commit is contained in:
Paul Licameli
2016-06-20 13:00:58 -04:00
parent f3903276c9
commit 186873e3cc
2 changed files with 2 additions and 6 deletions

View File

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