]> git.lyx.org Git - features.git/commit
Fix a bunch of assertions.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 15 Aug 2009 20:47:46 +0000 (20:47 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 15 Aug 2009 20:47:46 +0000 (20:47 +0000)
commit67c59b8f491bcd5e7ebf8ea5f8f7f186cd9c24fd
treea2adfe05b2dbe7324eab0e47af6d0450e7d3b622
parenta492f5d553cbe00aa4332a1acee3682af72f290e
Fix a bunch of assertions.

The first thing that bformat does is to check whether the string contains "%1$s". Otherwise it asserts.

Why didn't we see this happen before ? This was revealed by the emergency saves that Richard introduced in the Buffer dtor.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31062 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/frontends/qt4/qt_helpers.cpp