[sword-svn] r3033 - trunk/src/modules/filters
    scribe at crosswire.org 
    scribe at crosswire.org
       
    Thu Feb 27 22:11:10 MST 2014
    
    
  
Author: scribe
Date: 2014-02-27 22:11:09 -0700 (Thu, 27 Feb 2014)
New Revision: 3033
Modified:
   trunk/src/modules/filters/osisscripref.cpp
   trunk/src/modules/filters/thmlscripref.cpp
Log:
BUG: changed default value of study filter to off to match default of other study filters like footnotes
Modified: trunk/src/modules/filters/osisscripref.cpp
===================================================================
--- trunk/src/modules/filters/osisscripref.cpp	2014-02-28 02:57:40 UTC (rev 3032)
+++ trunk/src/modules/filters/osisscripref.cpp	2014-02-28 05:11:09 UTC (rev 3033)
@@ -35,7 +35,7 @@
 	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;
 	}
Modified: trunk/src/modules/filters/thmlscripref.cpp
===================================================================
--- trunk/src/modules/filters/thmlscripref.cpp	2014-02-28 02:57:40 UTC (rev 3032)
+++ trunk/src/modules/filters/thmlscripref.cpp	2014-02-28 05:11:09 UTC (rev 3033)
@@ -37,7 +37,7 @@
 	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;
 	}
    
    
More information about the sword-cvs
mailing list