mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -774,7 +774,7 @@ void LabelDialog::OnChangeTrack(wxGridEvent & WXUNUSED(event), int row, RowData
|
||||
|
||||
// User selected the "New..." choice so ask for a NEW name
|
||||
if (mTrackNames.Index(val) == 0) {
|
||||
wxTextEntryDialog d(this,
|
||||
AudacityTextEntryDialog d(this,
|
||||
_("New Label Track"),
|
||||
_("Enter track name"),
|
||||
/* i18n-hint: (noun) it's the name of a kind of track.*/
|
||||
|
||||
Reference in New Issue
Block a user