]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFloat.cpp
Rename Caption:LongTableNoNumber to Caption:Unnumbered
[features.git] / src / insets / InsetFloat.cpp
index cfd40026777413c2b71a910e57297ef6cb1754ce..ae1bf63816325f575032fd1574dfa42f64c80cb2 100644 (file)
@@ -487,7 +487,7 @@ void InsetFloat::setNewLabel()
 
 bool InsetFloat::allowsCaptionVariation(std::string const & newtype) const
 {
-       return !params_.subfloat && newtype != "LongTableNoNumber";
+       return !params_.subfloat && newtype != "Unnumbered";
 }