]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetLabel.cpp
index d98aa703474ccb0e73d15893f9471ee3f0cb765a..9c41e602ca6b443de8f960600a1a64d23e552947 100644 (file)
@@ -49,7 +49,7 @@ namespace lyx {
 
 
 InsetLabel::InsetLabel(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p, "label")
+       : InsetCommand(buf, p)
 {}