Add first-run Unsigned Help install information prompt, ensure installed help package...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 21 Apr 2013 17:10:06 +0000 (17:10 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 21 Apr 2013 17:10:06 +0000 (17:10 +0000)
LUFA/StudioIntegration/Blob/LUFA.dll
LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt

index ad8a942..b25c4b5 100644 (file)
Binary files a/LUFA/StudioIntegration/Blob/LUFA.dll and b/LUFA/StudioIntegration/Blob/LUFA.dll differ
index f1a0add..b43354f 100644 (file)
                </xsl:copy>
        </xsl:template>
 
-       <!-- Update the LUFA version to the version passed as a parameter -->
-       <xsl:template match="xhtml:title | xhtml:div[@class='details']/xhtml:span[@class='name']">
-               <xsl:copy>
-                       <xsl:copy-of select="@*"/>
-
-                       <xsl:value-of select="."/>
-                       <xsl:text> (</xsl:text>
-                       <xsl:value-of select="$extension-version"/>
-                       <xsl:text>)</xsl:text>
-               </xsl:copy>
-       </xsl:template>
-
+       <!-- Update the LUFA help package file name -->
        <xsl:template match="xhtml:div[@class='package']/xhtml:a">
                <xsl:copy>
                        <xsl:copy-of select="@class"/>