[jsword-svn] bibledesktop/resource s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Mar 20 19:37:20 MST 2005
Update of /cvs/jsword/bibledesktop/resource
In directory www.crosswire.org:/tmp/cvs-serv13704/resource
Modified Files:
config.xml config.properties
Log Message:
Fixed BD-34. Clicking a Strong's link now switches books and selects the key.
Index: config.xml
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** config.xml 2 Oct 2004 23:51:06 -0000 1.13
--- config.xml 21 Mar 2005 02:37:18 -0000 1.14
***************
*** 50,53 ****
--- 50,80 ----
</option>
+ <!-- Currently there is only one, so nothing to pick from
+ <option key="Bibles.ReadingsSet" type="string-options">
+ <introspect class="org.crosswire.jsword.book.readings.ReadingsBookDriver" property="ReadingsSet"/>
+ <map name="readings"/>
+ </option>
+ -->
+
+ <option key="Bibles.DefaultGreekDefinitions" type="string-options">
+ <introspect class="org.crosswire.jsword.book.Defaults" property="GreekDefinitionsByName"/>
+ <map name="greekdef-names"/>
+ </option>
+
+ <option key="Bibles.DefaultHebrewDefinitions" type="string-options">
+ <introspect class="org.crosswire.jsword.book.Defaults" property="HebrewDefinitionsByName"/>
+ <map name="hebrewdef-names"/>
+ </option>
+
+ <option key="Bibles.DefaultGreekParse" type="string-options">
+ <introspect class="org.crosswire.jsword.book.Defaults" property="GreekParseByName"/>
+ <map name="greekparse-names"/>
+ </option>
+
+ <option key="Bibles.DefaultHebrewParse" type="string-options">
+ <introspect class="org.crosswire.jsword.book.Defaults" property="HebrewParseByName"/>
+ <map name="hebrewparse-names"/>
+ </option>
+
<!-- At this time we only have one converter
<option key="BibleDisplay.Converter" type="string-options">
***************
*** 107,117 ****
</option>
- <!-- Currently there is only one, so nothing to pick from
- <option key="Readings.ReadingsSet" type="string-options">
- <introspect class="org.crosswire.jsword.book.readings.ReadingsBookDriver" property="ReadingsSet"/>
- <map name="readings"/>
- </option>
- -->
-
<!-- Useful only to developers. Developers may uncomment this.
<option key="Application.LookAndFeel" type="class">
--- 134,137 ----
Index: config.properties
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config.properties 17 Feb 2005 12:28:14 -0000 1.5
--- config.properties 21 Mar 2005 02:37:18 -0000 1.6
***************
*** 9,12 ****
--- 9,22 ----
Bibles.DefaultCommentary.path=Bibles.Default Commentary
Bibles.DefaultCommentary.help=Which of the available Commentaries is the default.
+ Bibles.ReadingsSet.path=Readings.Readings Set
+ Bibles.ReadingsSet.help=Which of the available readings sets is the default.
+ Bibles.DefaultGreekDefinitions.path=Bibles.Default Greek Definitions (Strongs)
+ Bibles.DefaultGreekDefinitions.help=Which of the available Greek Definitions (Strongs) is the default.
+ Bibles.DefaultHebrewDefinitions.path=Bibles.Default Hebrew Definitions (Strongs)
+ Bibles.DefaultHebrewDefinitions.help=Which of the available Hebrew Definitions (Strongs) is the default.
+ Bibles.DefaultGreekParse.path=Bibles.Default Greek Morphology/Parsing Guides
+ Bibles.DefaultGreekParse.help=Which of the available Greek Morphology/Parsing Guides is the default.
+ Bibles.DefaultHebrewParse.path=Bibles.Default Hebrew Morphology/Parsing Guides
+ Bibles.DefaultHebrewParse.help=Which of the available Hebrew Morphology/Parsing Guides is the default.
BibleDisplay.Converter.path=Bible Display.Converter
BibleDisplay.Converter.help=The engine used to genterate the book display
***************
*** 38,43 ****
Passages.BookCase.alternative.2=UPPER
Passages.BookCase.alternative.3=mIXeD
- Readings.ReadingsSet.path=Readings.Readings Set
- Readings.ReadingsSet.help=Which of the available readings sets is the default.
Application.LookAndFeel.path=Application.Look and Feel
Application.LookAndFeel.help=The look and feel of the application.
--- 48,51 ----
More information about the jsword-svn
mailing list