]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.cpp
Per Abdel's suggestion that we focus on bug-fixing at this point, this will be the...
[features.git] / src / insets / InsetBibitem.cpp
index 508b2f4d01833bc7b0f6bf85b4f2d52f61c805b3..2bfe5f7d2149a039435fc2a0c4a8895eb94c86f4 100644 (file)
@@ -53,8 +53,8 @@ ParamInfo const & InsetBibitem::findInfo(string const & /* cmdName */)
 {
        static ParamInfo param_info_;
        if (param_info_.empty()) {
-               param_info_.add("label", true);
-               param_info_.add("key", false);
+               param_info_.add("label", ParamInfo::LATEX_OPTIONAL);
+               param_info_.add("key", ParamInfo::LATEX_REQUIRED);
        }
        return param_info_;
 }