1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-29 00:30:23 +01:00

Make dialog title same as menu item, as agreed

This commit is contained in:
Gale Andrews
2016-11-11 17:46:09 +00:00
committed by GitHub
parent cb36c53eda
commit d00df6acb2

View File

@@ -55,7 +55,7 @@ BEGIN_EVENT_TABLE(HistoryWindow, wxDialogWrapper)
END_EVENT_TABLE()
HistoryWindow::HistoryWindow(AudacityProject *parent, UndoManager *manager):
wxDialogWrapper((wxWindow*)parent, wxID_ANY, wxString(_("Undo History")),
wxDialogWrapper((wxWindow*)parent, wxID_ANY, wxString(_("History")),
wxDefaultPosition, wxDefaultSize,
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER )
{