mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 08:01:19 +02:00
Fix residual issue for bug 1313
This commit is contained in:
parent
d6b8080a5d
commit
76403ba5f9
@ -5566,7 +5566,7 @@ void AudacityProject::OnImportRaw()
|
||||
void AudacityProject::OnEditMetadata()
|
||||
{
|
||||
if (mTags->ShowEditDialog(this, _("Edit Metadata Tags"), true))
|
||||
PushState(_("Edit Metadata Tags"), _("Edit Metadata"));
|
||||
PushState(_("Edit Metadata Tags"), _("Metadata Tags"));
|
||||
}
|
||||
|
||||
void AudacityProject::HandleMixAndRender(bool toNewTrack)
|
||||
|
Loading…
x
Reference in New Issue
Block a user