[sword-svn] r2315 - trunk/include
scribe at crosswire.org
scribe at crosswire.org
Fri Apr 10 07:58:36 MST 2009
Author: scribe
Date: 2009-04-10 07:58:36 -0700 (Fri, 10 Apr 2009)
New Revision: 2315
Modified:
trunk/include/versekey.h
Log:
changed default of parse single chapter as verse to false.
Modified: trunk/include/versekey.h
===================================================================
--- trunk/include/versekey.h 2009-04-10 02:53:08 UTC (rev 2314)
+++ trunk/include/versekey.h 2009-04-10 14:58:36 UTC (rev 2315)
@@ -395,7 +395,7 @@
*/
static const char *convertToOSIS(const char *inRef, const SWKey *defaultKey);
- virtual ListKey ParseVerseList(const char *buf, const char *defaultKey = 0, bool expandRange = false, bool useChapterAsVerse = true);
+ virtual ListKey ParseVerseList(const char *buf, const char *defaultKey = 0, bool expandRange = false, bool useChapterAsVerse = false);
virtual const char *getRangeText() const;
virtual const char *getOSISRefRangeText() const;
/** Compares another SWKey object
More information about the sword-cvs
mailing list