1
0
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:
martynshaw99 2013-10-07 23:57:12 +00:00
parent 508ed858aa
commit eee43a5048
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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')));