1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02: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

@@ -1006,7 +1006,7 @@ wxString ExportMultiple::MakeFileName(const wxString &input)
excluded.c_str());
}
wxTextEntryDialog dlg( this, msg, _("Save As..."), newname );
AudacityTextEntryDialog dlg( this, msg, _("Save As..."), newname );
// And tell the validator about excluded chars