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