]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Transfer the setting of the current LyXView from workArea::focusInEvent() to GuiView...
[lyx.git] / src / Paragraph.cpp
index 67ca915d105eebeeeb1a10eb332c4049c89c539e..80a7009c81eb14d05e382621eb7d0142dfc4c659 100644 (file)
@@ -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);