aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2015-10-06 21:22:00 +1100
committerDean Camera <dean@fourwalledcubicle.com>2015-10-06 21:22:00 +1100
commit8a483fde0b0fde6787ab339fa702db8fe600e5b6 (patch)
tree89db53708a0f5467505aa36f8948e700012aa363 /LUFA/StudioIntegration
parent13c2d91d27cc00959b3214fab606a9a9c97bd007 (diff)
downloadlufa-8a483fde0b0fde6787ab339fa702db8fe600e5b6.tar.gz
lufa-8a483fde0b0fde6787ab339fa702db8fe600e5b6.tar.bz2
lufa-8a483fde0b0fde6787ab339fa702db8fe600e5b6.zip
Update to AS7 integration binary with corrected ASF version detection.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt4
-rw-r--r--LUFA/StudioIntegration/VSIX/LUFA.dllbin782848 -> 782848 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
index 1f56d69c6..8422fe294 100644
--- a/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
+++ b/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
@@ -25,7 +25,7 @@
</xsl:template>
<!-- Update the LUFA help package file name -->
- <xsl:template match="xhtml:div[@class='package']/xhtml:span">
+ <xsl:template match="xhtml:div[@class='package']/xhtml:span[@class='name']">
<xsl:copy>
<xsl:copy-of select="@class"/>
@@ -35,7 +35,7 @@
</xsl:copy>
</xsl:template>
- <xsl:template match="xhtml:div[@class='package']/xhtml:a">
+ <xsl:template match="xhtml:div[@class='package']/xhtml:a[@class='current-link']">
<xsl:copy>
<xsl:copy-of select="@class"/>
diff --git a/LUFA/StudioIntegration/VSIX/LUFA.dll b/LUFA/StudioIntegration/VSIX/LUFA.dll
index dce466375..4f8ea43bf 100644
--- a/LUFA/StudioIntegration/VSIX/LUFA.dll
+++ b/LUFA/StudioIntegration/VSIX/LUFA.dll
Binary files differ