]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / BiblioInfo.cpp
index 8f8523315d65d4b130eaf328c341091a5009f005..b920c00cd7afb049cc5a67ef00388e4214b0732d 100644 (file)
@@ -427,8 +427,8 @@ namespace {
 
 
 char const * const citeCommands[] = {
-       "cite", "nocite", "citet", "citep", "citealt", "citealp",
-       "citeauthor", "citeyear", "citeyearpar" };
+       "cite", "citet", "citep", "citealt", "citealp",
+       "citeauthor", "citeyear", "citeyearpar", "nocite" };
 
 unsigned int const nCiteCommands =
                sizeof(citeCommands) / sizeof(char *);