| 298 | } |
| 299 | |
| 300 | void DialogTranslation::OnPlayVideoButton(wxCommandEvent &) { |
| 301 | c->videoController->PlayLine(); |
| 302 | translated_text->SetFocus(); |
| 303 | } |
| 304 | |
| 305 | void DialogTranslation::OnPlayAudioButton(wxCommandEvent &) { |
| 306 | cmd::call("audio/play/selection", c); |