]> git.lyx.org Git - lyx.git/blobdiff - src/VSpace.cpp
Try to be more pedantic wrt blank lines in lyx2lyx output
[lyx.git] / src / VSpace.cpp
index 66e3a6c7c91753a435b39b1b877dbcc564c34d13..50fc2e50a7455d73cb466d2ecd725d1b583f355e 100644 (file)
@@ -21,6 +21,7 @@
 #include "support/convert.h"
 #include "support/Length.h"
 #include "support/lstrings.h"
+#include "support/qstring_helpers.h"
 
 #include "support/lassert.h"
 
@@ -207,7 +208,7 @@ docstring const VSpace::asGUIName() const
                result = _("Vertical fill");
                break;
        case LENGTH:
-               result = from_ascii(len_.asString());
+               result = locLengthDocString(from_ascii(len_.asString()));
                break;
        }
        if (keep_)