| 472 | } |
| 473 | |
| 474 | void EditorState::commandSettings(const MyGUI::UString& _commandName, bool& _result) |
| 475 | { |
| 476 | mSettingsWindow->SendCommand("Command_LoadSettings"); |
| 477 | mSettingsWindow->doModal(); |
| 478 | |
| 479 | _result = true; |
| 480 | } |
| 481 | |
| 482 | void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result) |
| 483 | { |
nothing calls this directly
no test coverage detected