From 4e142856d7607a54e67d726221dd0a3ff09cc5ea Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 25 Sep 2008 18:13:25 +0000 Subject: [PATCH] Move NOCITE to the end of the enum, so that it will appear at the end of the list. As things were, it appeared first, and as a result was always the first thing used in a new file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26547 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BiblioInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 76c0a87aac..8f8523315d 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -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); -- 2.39.2