mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Remove another unnecessary stripping of accelerators from labels
This commit is contained in:
parent
45c6a70d17
commit
0021a98091
@ -776,8 +776,7 @@ KeyView::RefreshBindings(const CommandIDs & names,
|
||||
}
|
||||
else
|
||||
{
|
||||
// Strip any menu codes from label
|
||||
node.label = wxMenuItem::GetLabelText(labels[i].BeforeFirst(wxT('\t')));
|
||||
node.label = labels[i];
|
||||
}
|
||||
|
||||
// Fill in remaining info
|
||||
|
Loading…
x
Reference in New Issue
Block a user