mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-03 23:30:12 +01:00
Fix for bug #1126
This commit is contained in:
@@ -998,8 +998,8 @@ void CommandManager::Modify(wxString name, wxString newLabel)
|
||||
{
|
||||
CommandListEntry *entry = mCommandNameHash[name];
|
||||
if (entry && entry->menu) {
|
||||
entry->label = newLabel.BeforeFirst(wxT('\t'));
|
||||
entry->menu->SetLabel(entry->id, entry->label);
|
||||
entry->label = newLabel;
|
||||
entry->menu->SetLabel(entry->id, GetLabel(entry));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user