mirror of https://github.com/odrling/Aegisub
gcc compilation fix
Originally committed to SVN as r6175.
This commit is contained in:
parent
b7cd695cd6
commit
c06d72d5be
|
@ -239,7 +239,7 @@ void DialogTranslation::UpdateDisplay() {
|
|||
}
|
||||
|
||||
void DialogTranslation::Commit(bool next) {
|
||||
*active_line->Blocks[cur_block] = translated_text->GetValue();
|
||||
*active_line->Blocks[cur_block] = AssDialogueBlockPlain(translated_text->GetValue());
|
||||
active_line->UpdateText();
|
||||
c->ass->Commit(_("translation assistant"), AssFile::COMMIT_DIAG_TEXT);
|
||||
|
||||
|
|
Loading…
Reference in New Issue