]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetBibtex.cpp
index e2031b731d9da7043ed11ea44f89f5e4c2dc104a..ff9c6733602ea75fcb6077d3361a2f25d571835e 100644 (file)
@@ -52,7 +52,7 @@ namespace os = support::os;
 
 
 InsetBibtex::InsetBibtex(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p, "bibtex")
+       : InsetCommand(buf, p)
 {
        buffer().invalidateBibinfoCache();
 }