]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Cmake build: Creating a define for a header file found
[lyx.git] / src / Buffer.cpp
index 9299d478027139e75a71637ca96b48ed2ea5bd12..2379f49b4ab9a6d629eadd4d762c69aa0fe409f1 100644 (file)
@@ -4443,8 +4443,8 @@ void Buffer::Impl::setLabel(ParIterator & it, UpdateType utype) const
                par.params().labelString(docstring());
                break;
 
-       case LABEL_TOP_ENVIRONMENT:
-       case LABEL_CENTERED_TOP_ENVIRONMENT:
+       case LABEL_ABOVE:
+       case LABEL_CENTERED:
        case LABEL_STATIC: {
                docstring const & lcounter = layout.counter;
                if (!lcounter.empty()) {