]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.C
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / lyxlayout.C
index 4067415a567d32e60d50090222d6b6c19291c406..037b0a4d444a25ad4ef97307fc7cb882d8e211f4 100644 (file)
@@ -785,7 +785,7 @@ void LyXLayout::readSpacing(LyXLex & lexrc)
                break;
        case ST_OTHER:
                lexrc.next();
-               spacing.set(Spacing::Other, lexrc.getFloat());
+               spacing.set(Spacing::Other, lexrc.getString());
                break;
        }
 }