mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Wording: "Duplex" -> "Overdub" (missing piece).
This commit is contained in:
parent
69fd566678
commit
0f5c8d4d84
@ -2452,7 +2452,7 @@ void AudacityProject::ModifyToolbarMenus()
|
|||||||
#else
|
#else
|
||||||
gPrefs->Read(wxT("/AudioIO/Duplex"),&active, true);
|
gPrefs->Read(wxT("/AudioIO/Duplex"),&active, true);
|
||||||
#endif
|
#endif
|
||||||
mCommandManager.Check(wxT("Duplex"), active);
|
mCommandManager.Check(wxT("Overdub"), active);
|
||||||
gPrefs->Read(wxT("/AudioIO/SWPlaythrough"),&active, false);
|
gPrefs->Read(wxT("/AudioIO/SWPlaythrough"),&active, false);
|
||||||
mCommandManager.Check(wxT("SWPlaythrough"), active);
|
mCommandManager.Check(wxT("SWPlaythrough"), active);
|
||||||
gPrefs->Read(wxT("/GUI/SyncLockTracks"), &active, false);
|
gPrefs->Read(wxT("/GUI/SyncLockTracks"), &active, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user