X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flassert.h;h=5a47edfdb414ce5f327817a7d857f0a76cffa1d4;hb=12554c93d81f75f87c34040fd7737048d3518d6d;hp=60106d8b60dc7c0c57e0e6b8758ffd30ced1216e;hpb=d79225ae987164c59d92621f5f7de203d3179c4c;p=lyx.git diff --git a/src/support/lassert.h b/src/support/lassert.h index 60106d8b60..5a47edfdb4 100644 --- a/src/support/lassert.h +++ b/src/support/lassert.h @@ -50,14 +50,12 @@ LBUFERR(expr) This macro should be used when a failure of expr indicates a problem with a Buffer or its related objects, e.g., a Cursor. In release mode, it throws a BufferException, which will typically result in an emergency save of that - particular Buffer. The msg will be displayed to the user and so should be - internationalized. + particular Buffer. LAPPERR(expr) This macro should be used if a failure of expr is incompatible with LyX continuing to operate at all. In release mode, this issues an ErrorException, - which typically results in an emergency shutdown. The msg will be displayed - to the user and so should be internationalized. + which typically results in an emergency shutdown. ******************************************************************************/