diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-04-30 11:09:24 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:12:34 -0700 |
| commit | bad9a76bd2a1c9b35f220168a0c888b541810280 (patch) | |
| tree | 9633474c8c4e2ebe13cf3080623a5deaf8d1feb1 /src | |
| parent | 5491ba8fee3c3a780aa18bec46968b449893ab8f (diff) | |
| download | wix-bad9a76bd2a1c9b35f220168a0c888b541810280.tar.gz wix-bad9a76bd2a1c9b35f220168a0c888b541810280.tar.bz2 wix-bad9a76bd2a1c9b35f220168a0c888b541810280.zip | |
Add a little more context to the FileSearch Languages attribute
Diffstat (limited to 'src')
| -rw-r--r-- | src/xsd/wix.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 1f4dcfa5..992c9be1 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd | |||
| @@ -4535,7 +4535,7 @@ | |||
| 4535 | </xs:attribute> | 4535 | </xs:attribute> |
| 4536 | <xs:attribute name="Languages" type="xs:string"> | 4536 | <xs:attribute name="Languages" type="xs:string"> |
| 4537 | <xs:annotation> | 4537 | <xs:annotation> |
| 4538 | <xs:documentation>The languages supported by the file.</xs:documentation> | 4538 | <xs:documentation>The languages supported by the file. If multiple languages are provided, then the search is for a file that supports all of those languages.</xs:documentation> |
| 4539 | </xs:annotation> | 4539 | </xs:annotation> |
| 4540 | </xs:attribute> | 4540 | </xs:attribute> |
| 4541 | </xs:complexType> | 4541 | </xs:complexType> |
