BufferView::dispatch(): add a missing break

(cherry picked from commit 3a395ca0f5)
This commit is contained in:
Vincent van Ravesteijn 2012-04-15 20:28:09 +02:00
parent 921445239a
commit 76bff4cc04
2 changed files with 3 additions and 0 deletions

View File

@ -1926,6 +1926,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
cur.setCurrentFont();
dr.forceBufferUpdate();
}
break;
}
case LFUN_FILE_INSERT_PLAINTEXT_PARA:

View File

@ -155,6 +155,8 @@ What's new
- Improve thesaurus dialog completion (bug 8138)
- Fix erroneous error message when calling "buffer-language" manually.
* DOCUMENTATION AND LOCALIZATION