Wording: "Duplex" -> "Overdub" (missing piece).

This commit is contained in:
James Crook 2018-09-08 14:41:43 +01:00
parent 69fd566678
commit 0f5c8d4d84

View File

@ -2452,7 +2452,7 @@ void AudacityProject::ModifyToolbarMenus()
#else
gPrefs->Read(wxT("/AudioIO/Duplex"),&active, true);
#endif
mCommandManager.Check(wxT("Duplex"), active);
mCommandManager.Check(wxT("Overdub"), active);
gPrefs->Read(wxT("/AudioIO/SWPlaythrough"),&active, false);
mCommandManager.Check(wxT("SWPlaythrough"), active);
gPrefs->Read(wxT("/GUI/SyncLockTracks"), &active, false);