| 24 | |
| 25 | |
| 26 | bool CommandExecutorGui::execute() |
| 27 | { |
| 28 | this->create_running_dialog(); // create, but don't show. |
| 29 | this->set_running_dialog_abort_mode(false); // reset and set the message |
| 30 | return CommandExecutor::execute(); |
| 31 | } |
| 32 | |
| 33 | |
| 34 | #define CMDEX_DIALOG_MESSAGE_TYPE Gtk::MESSAGE_OTHER |
nothing calls this directly
no test coverage detected