git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32311 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-03 23:30:26 +00:00
parent 4843a76603
commit 82cb512ebb

View File

@ -3576,7 +3576,7 @@ void Buffer::setLabel(ParIterator & it) const
if (par.params().startOfAppendix()) {
// FIXME: only the counter corresponding to toplevel
// sectionning should be reset
// sectioning should be reset
counters.reset();
counters.appendix(true);
}