| 194 | } |
| 195 | |
| 196 | void |
| 197 | MenuItemVisitor::CommandListEntryEx::Modify(const TranslatableString &newLabel) |
| 198 | { |
| 199 | if (menu) { |
| 200 | label = newLabel; |
| 201 | menu->SetLabel(id, FormatLabelForMenu()); |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | bool MenuItemVisitor::CommandListEntryEx::GetEnabled() const |
| 206 | { |
no test coverage detected