From 453bc40033abf4d8a948732e75b8fa68b5ec6fb8 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 3 Oct 2007 16:57:01 +0000 Subject: [PATCH] XXXX --> ?? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20701 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Paragraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 67ca915d10..80a7009c81 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -1658,7 +1658,7 @@ docstring Paragraph::expandLabel(LayoutPtr const & layout, size_t const j = fmt.find('@', i + 1); if (j != docstring::npos) { docstring parent(fmt, i + 1, j - i - 1); - docstring label = from_ascii("XXXX"); + docstring label = from_ascii("??"); if (tclass.hasLayout(parent)) docstring label = expandLabel(tclass[parent], bparams, process_appendix); -- 2.39.2