]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetArgument.cpp
index 67e48b126f18d1f926d890c2fa142256a34cc210..55a97f3e5f27287d842fade36e9a6431c3ddfc4a 100644 (file)
@@ -28,7 +28,7 @@ InsetArgument::InsetArgument(Buffer * buf)
 
 void InsetArgument::write(ostream & os) const
 {
-       os << "OptArg" << "\n";
+       os << "Argument" << "\n";
        InsetCollapsable::write(os);
 }