1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 17:11:20 +01:00

Define AudacityTextEntryDialog wrapper around wxTextEntryDialog...

... Prohibiting use of the default caption which is unlocalized.  (But we
didn't use it in fact anywhere.)
This commit is contained in:
Paul Licameli
2017-10-12 11:49:57 -04:00
parent ccb4bbac33
commit af290d73c0
6 changed files with 24 additions and 5 deletions

View File

@@ -779,7 +779,7 @@ void EditChainsDialog::OnChainsEndEdit(wxListEvent &event)
void EditChainsDialog::OnAdd(wxCommandEvent & WXUNUSED(event))
{
while (true) {
wxTextEntryDialog d(this,
AudacityTextEntryDialog d(this,
_("Enter name of new chain"),
_("Name of new chain"));
d.SetName(d.GetTitle());