mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
Remove another unnecessary stripping of accelerators from labels
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user