]> git.lyx.org Git - features.git/commitdiff
Move NOCITE to the end of the enum, so that it will appear at the end of the list...
authorRichard Heck <rgheck@comcast.net>
Thu, 25 Sep 2008 18:13:25 +0000 (18:13 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 25 Sep 2008 18:13:25 +0000 (18:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26547 a592a061-630c-0410-9148-cb99ea01b6c8

src/BiblioInfo.cpp

index 76c0a87aac6330a658dfdc59e38633357b870b9b..8f8523315d65d4b130eaf328c341091a5009f005 100644 (file)
@@ -434,8 +434,8 @@ unsigned int const nCiteCommands =
                sizeof(citeCommands) / sizeof(char *);
 
 CiteStyle const citeStylesArray[] = {
-       CITE, NOCITE, CITET, CITEP, CITEALT,
-       CITEALP, CITEAUTHOR, CITEYEAR, CITEYEARPAR };
+       CITE, CITET, CITEP, CITEALT, CITEALP, 
+       CITEAUTHOR, CITEYEAR, CITEYEARPAR, NOCITE };
 
 unsigned int const nCiteStyles =
                sizeof(citeStylesArray) / sizeof(CiteStyle);