aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-21 17:10:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-21 17:10:06 +0000
commit2fe1d7d1701535e0a28acec8c30a788147549a41 (patch)
tree9934a879fc31146b798d4fa1cf98b65db513073b
parent083b5cb1438d16e55c9b1fc6cf2f5f9a90ee236d (diff)
downloadlufa-2fe1d7d1701535e0a28acec8c30a788147549a41.tar.gz
lufa-2fe1d7d1701535e0a28acec8c30a788147549a41.tar.bz2
lufa-2fe1d7d1701535e0a28acec8c30a788147549a41.zip
Add first-run Unsigned Help install information prompt, ensure installed help package is removed correctly when the extension is uninstalled.
-rw-r--r--LUFA/StudioIntegration/Blob/LUFA.dllbin378880 -> 379904 bytes
-rw-r--r--LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt13
2 files changed, 1 insertions, 12 deletions
diff --git a/LUFA/StudioIntegration/Blob/LUFA.dll b/LUFA/StudioIntegration/Blob/LUFA.dll
index ad8a942fc..b25c4b59f 100644
--- a/LUFA/StudioIntegration/Blob/LUFA.dll
+++ b/LUFA/StudioIntegration/Blob/LUFA.dll
Binary files differ
diff --git a/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
index f1a0add3d..b43354f8d 100644
--- a/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
+++ b/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
@@ -24,18 +24,7 @@
</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"/>