| 772 | } |
| 773 | |
| 774 | void MacroCommands::AddToMacro(const CommandID &command, int before) |
| 775 | { |
| 776 | AddToMacro(command, GetCurrentParamsFor(command), before); |
| 777 | } |
| 778 | |
| 779 | void MacroCommands::AddToMacro(const CommandID &command, const wxString ¶ms, int before) |
| 780 | { |
no test coverage detected