mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02: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