1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-17 17:17:40 +02:00
v.audacity 2013-03-09 02:41:48 +00:00
parent 9ee545db13
commit e84c5d92af

@ -236,9 +236,11 @@ void KeyConfigPrefs::RepopulateBindingsList()
// Save the original key value to support canceling // Save the original key value to support canceling
if (save) { if (save) {
mKeys.Add(key); mKeys.Add(key);
// mNewKeys is what mKeys will change to // mNewKeys is what mKeys will change to.
mNewKeys.Add(key); mNewKeys.Add(key);
} }
else
mNewKeys[i] = key; // Make sure mNewKeys is updated.
// if (cat != _("All") && ! Categories[i].StartsWith(cat)) { // if (cat != _("All") && ! Categories[i].StartsWith(cat)) {
if (cat != _("All") && ! (Categories[i]== cat)) { if (cat != _("All") && ! (Categories[i]== cat)) {