From: Vincent van Ravesteijn Date: Sun, 15 Apr 2012 18:28:09 +0000 (+0200) Subject: BufferView::dispatch(): add a missing break X-Git-Tag: 2.0.4~121 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=76bff4cc04980593f305a0c35cd4918146cb0877;p=features.git BufferView::dispatch(): add a missing break (cherry picked from commit 3a395ca0f57ded024031c501ffe636ee38f1e248) --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 950f391b0e..d8a67f2cdb 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -1926,6 +1926,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr) cur.setCurrentFont(); dr.forceBufferUpdate(); } + break; } case LFUN_FILE_INSERT_PLAINTEXT_PARA: diff --git a/status.20x b/status.20x index 51d64120e1..fa19bc7b92 100644 --- a/status.20x +++ b/status.20x @@ -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