1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Remove another unnecessary stripping of accelerators from labels

This commit is contained in:
Paul Licameli
2019-12-16 06:57:34 -05:00
parent 45c6a70d17
commit 0021a98091

View File

@@ -776,8 +776,7 @@ KeyView::RefreshBindings(const CommandIDs & names,
} }
else else
{ {
// Strip any menu codes from label node.label = labels[i];
node.label = wxMenuItem::GetLabelText(labels[i].BeforeFirst(wxT('\t')));
} }
// Fill in remaining info // Fill in remaining info