The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 68408556c7bbab984cd405d7ae4bd9193697979d Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 28 12:08:30 2013 -0400 Clean up comments a bit. diff --git a/src/support/lassert.h b/src/support/lassert.h index 60106d8..5a47edf 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. ******************************************************************************/ ----------------------------------------------------------------------- Summary of changes: src/support/lassert.h | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) hooks/post-receive -- The LyX Source Repository