mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
Agreed changes to KeyConfigPrefs for 2.0.5. EXPERIMENTAL_KEY_VIEW to be turned on again for 2.0.6.
This commit is contained in:
parent
508ed858aa
commit
eee43a5048
@ -36,7 +36,7 @@
|
||||
|
||||
// LLL, 01 Oct 2013:
|
||||
// new key assignment view for preferences
|
||||
#define EXPERIMENTAL_KEY_VIEW
|
||||
//#define EXPERIMENTAL_KEY_VIEW
|
||||
|
||||
// feature to link audio tracks to a label track
|
||||
#define EXPERIMENTAL_SYNC_LOCK
|
||||
|
@ -883,7 +883,7 @@ void KeyConfigPrefs::RepopulateBindingsList()
|
||||
label = _("Redo");
|
||||
}
|
||||
else {
|
||||
label = Labels[i];//mManager->GetPrefixedLabelFromName(name);
|
||||
label = mManager->GetPrefixedLabelFromName(name);
|
||||
}
|
||||
|
||||
label = wxMenuItem::GetLabelFromText(label.BeforeFirst(wxT('\t')));
|
||||
|
Loading…
x
Reference in New Issue
Block a user