| 213 | } |
| 214 | |
| 215 | void OpenSaveFileDialog::notifyDirectoryComboAccept(MyGUI::ComboBox* _sender, size_t _index) |
| 216 | { |
| 217 | setCurrentFolder(_sender->getOnlyText()); |
| 218 | } |
| 219 | |
| 220 | const MyGUI::UString& OpenSaveFileDialog::getCurrentFolder() const |
| 221 | { |
nothing calls this directly
no test coverage detected