mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Rewrite one more PushState that is ifdef'd out
This commit is contained in:
@@ -861,10 +861,9 @@ void WaveTrackMenuTable::OnChannelChange(wxCommandEvent & event)
|
|||||||
AudacityProject *const project = ::GetActiveProject();
|
AudacityProject *const project = ::GetActiveProject();
|
||||||
/* i18n-hint: The strings name a track and a channel choice (mono, left, or right) */
|
/* i18n-hint: The strings name a track and a channel choice (mono, left, or right) */
|
||||||
ProjectHistory::Get( *project )
|
ProjectHistory::Get( *project )
|
||||||
.PushState(wxString::Format(_("Changed '%s' to %s"),
|
.PushState(
|
||||||
pTrack->GetName(),
|
XO("Changed '%s' to %s").Format( pTrack->GetName(), channelmsg ),
|
||||||
channelmsg),
|
XO("Channel"));
|
||||||
_("Channel"));
|
|
||||||
mpData->result = RefreshCode::RefreshAll;
|
mpData->result = RefreshCode::RefreshAll;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user