| 499 | } |
| 500 | |
| 501 | void EditorState::commandSettings(const MyGUI::UString& _commandName, bool& _result) |
| 502 | { |
| 503 | mSettingsWindow->SendCommand("Command_LoadSettings"); |
| 504 | mSettingsWindow->doModal(); |
| 505 | |
| 506 | _result = true; |
| 507 | } |
| 508 | |
| 509 | void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result) |
| 510 | { |
nothing calls this directly
no test coverage detected