1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 22:28:57 +02:00

Use RecordBeside for identifier for Record in 2.2.0

This might make things just a little easier for people who use both 2.1.3 and 2.2.0.
This commit is contained in:
James Crook 2017-04-04 14:55:20 +01:00
parent c17a7f535e
commit b3ae50597e

View File

@ -817,8 +817,8 @@ void AudacityProject::CreateMenusAndCommands()
c->SetDefaultFlags(AudioIONotBusyFlag | CanStopAudioStreamFlag,
AudioIONotBusyFlag | CanStopAudioStreamFlag);
/* i18n-hint: (verb)*/
c->AddItem(wxT("Record"), _("&Record"), FN(OnRecord), wxT("R"));
// The RecordBelow function is actually 'record-other', i.e. if normal record records beside,
c->AddItem(wxT("RecordBeside"), _("&Record"), FN(OnRecord), wxT("R"));
// The OnRecordBelow function is actually 'record-other', i.e. if normal record records beside,
// it records below, if normal record records below, it records beside.
// TODO: fix the naming, and also check we do 'the right thing' with other options like
// TimerRecord.