| 488 | constexpr auto JournalCode = wxT("CM"); // for CommandManager |
| 489 | |
| 490 | void MenuCreator::ExecuteCommand(const CommandContext &context, |
| 491 | const wxEvent *evt, const CommandListEntry &entry) |
| 492 | { |
| 493 | Journal::Output({ JournalCode, entry.name.GET() }); |
| 494 | return CommandManager::ExecuteCommand(context, evt, entry); |
| 495 | } |
| 496 | |
| 497 | // a temporary hack that should be removed as soon as we |
| 498 | // get multiple effect preview working |