From 7b6c8b08e9d29332dcd0a1029e7421334bfb6f61 Mon Sep 17 00:00:00 2001 From: Daniel Glassey Date: Mon, 7 Sep 2015 11:14:57 +0100 Subject: Imported Upstream version 1.7.3+dfsg --- src/modules/filters/osisscripref.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/filters/osisscripref.cpp') diff --git a/src/modules/filters/osisscripref.cpp b/src/modules/filters/osisscripref.cpp index 2bb7d15..99d6709 100644 --- a/src/modules/filters/osisscripref.cpp +++ b/src/modules/filters/osisscripref.cpp @@ -3,9 +3,9 @@ * osisscripref.cpp - SWFilter descendant to hide or show scripture * references in an OSIS module * - * $Id: osisscripref.cpp 2980 2013-09-14 21:51:47Z scribe $ + * $Id: osisscripref.cpp 3156 2014-04-17 03:50:37Z greg.hellings $ * - * Copyright 2003-2013 CrossWire Bible Society (http://www.crosswire.org) + * Copyright 2003-2014 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society * P. O. Box 2528 * Tempe, AZ 85280-2528 @@ -35,7 +35,7 @@ namespace { static const char oTip[] = "Toggles Scripture Cross-references On and Off if they exist"; static const StringList *oValues() { - static const SWBuf choices[3] = {"On", "Off", ""}; + static const SWBuf choices[3] = {"Off", "On", ""}; static const StringList oVals(&choices[0], &choices[2]); return &oVals; } -- cgit v1.2.3