| 397 | } |
| 398 | |
| 399 | void onFileError(const string path) |
| 400 | { |
| 401 | string error = "Couldn't find caption file at " + path; |
| 402 | TFE_System::logWrite(LOG_ERROR, "a11y", error.c_str()); |
| 403 | s_captionsStatus = CC_ERROR; |
| 404 | // TODO: display an error dialog |
| 405 | } |
| 406 | |
| 407 | void clearActiveCaptions() |
| 408 | { |
no test coverage detected