]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.cpp
Support for command argument placement after the workarea argument
[lyx.git] / src / insets / InsetFloat.cpp
index 99d6c43402dd73f7d23380eeb678f604dfa5b8da..333702a6372281674f0a4bb5f194a26fdec281c0 100644 (file)
@@ -482,7 +482,7 @@ docstring InsetFloat::getCaption(OutputParams const & runparams) const
        TexRow texrow;
        odocstringstream ods;
        otexstream os(ods, texrow);
-       ins->getOptArg(os, runparams);
+       ins->getArgs(os, runparams);
        ods << '[';
        odocstringstream odss;
        otexstream oss(odss, texrow);