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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user