diff -ubr --strip-trailing-cr Narrative_2011.11.08/Dictionary.xml Narrative_2011.11.08-patched/Dictionary.xml --- Narrative_2011.11.08/Dictionary.xml 2011-11-06 11:46:22.000000000 -0500 +++ Narrative_2011.11.08-patched/Dictionary.xml 2012-07-03 16:05:54.000000000 -0400 @@ -1017,7 +1017,7 @@ the following tag provides text for the labels on the sample SVG genogram (help.svg) that is loaded into help.htm The labels in the tag have | as a separator and each label has two lines, these lines are separated by a / chanracter. --> - <FmtHtmlHelpSvg T="Paternal/Grandfather|Paternal/Grandmother|Maternal/Grandfather|Maternal/Grandmother|Aunt's 2nd/Husband|Aunt/|Uncle/|Uncle's 2nd/Partner|Father/|Mother/|Father-/in-Law|Mother-/in-Law| + <FmtHtmlHelpSvg T="Paternal/Grandfather|Paternal/Grandmother|Maternal/Grandfather|Maternal/Grandmother|Aunt's 2nd/Husband|Uncle/|Aunt/|Uncle's 2nd/Partner|Father/|Mother/|Father-/in-Law|Mother-/in-Law| Cousin/|Brother-/in-Law|Older/Sister|Me/|Younger/Sister|Wife/|twin/nieces|son/|daughter/" V="2011.11.04" /> <!-- 0=link to report, 1=title Test={0}=default.htm|, {1}=Ancestors of Harry Potter| --> diff -ubr --strip-trailing-cr Narrative_2011.11.08/help.htm Narrative_2011.11.08-patched/help.htm --- Narrative_2011.11.08/help.htm 2011-11-06 12:08:58.000000000 -0500 +++ Narrative_2011.11.08-patched/help.htm 2012-07-03 15:41:35.000000000 -0400 @@ -19,7 +19,7 @@ <script type='text/javascript' language="JavaScript" src="scripts/script.js"></script> <script type='text/javascript' language="JavaScript" src="scripts/jquery.min.js"></script> <script type='text/javascript' language="JavaScript"> - var mapInfo = {File:"Help.svg", Bounds:[-389,-688,411,-180],SVG:true}; + var mapInfo = {File:"help.svg", Bounds:[-389,-688,411,-180],SVG:true}; var embed, svgdoc, svgwin, pdfparam; $(function () { checkSVGViewer(); diff -ubr --strip-trailing-cr Narrative_2011.11.08/help.svg Narrative_2011.11.08-patched/help.svg --- Narrative_2011.11.08/help.svg 2011-11-07 15:07:38.000000000 -0500 +++ Narrative_2011.11.08-patched/help.svg 2012-07-03 15:40:04.000000000 -0400 @@ -3,7 +3,7 @@ <%[ Dim namelist, names, strMsg, c namelist=StrDicExt("FmtHtmlHelpSvg","","Paternal/Grandfather|Paternal/Grandmother|Maternal/Grandfather|Maternal/Grandmother|" &_ - "Aunt's 2nd/Husband|Aunt/|Uncle/|Uncle's 2nd/Partner|Father/|Mother/|Father-/in-Law|Mother-/in-Law|" &_ + "Aunt's 2nd/Husband|Uncle/|Aunt/|Uncle's 2nd/Partner|Father/|Mother/|Father-/in-Law|Mother-/in-Law|" &_ "Cousin/|Brother-/in-Law|Older/Sister|Me/|Younger/Sister|Wife/|" &_ "twin/nieces|son/|daughter/","","2011.11.04+") names=Split(namelist,"|")