adds parent category

This commit is contained in:
2022-04-12 12:15:57 -05:00
parent 0a8f283ee7
commit 5d79706015
2 changed files with 7 additions and 3 deletions

View File

@@ -13,14 +13,17 @@
</definitions> </definitions>
</supportedOn> </supportedOn>
<categories> <categories>
<category displayName="$(string.uwo_DisplayName)" name="uwo"> <category displayName="$(string.CWP_DisplayName)" name="cwp">
<parentCategory ref="CWP:Cat_CWP"/> <parentCategory ref="CWP:Cat_CWP"/>
</category> </category>
<category displayName="$(string.uwo_DisplayName)" name="uwo">
<parentCategory ref="cwp"/>
</category>
<category displayName="$(string.W10_DisplayName)" name="w10"> <category displayName="$(string.W10_DisplayName)" name="w10">
<parentCategory ref="CWP:Cat_CWP"/> <parentCategory ref="cwp"/>
</category> </category>
<category displayName="$(string.W11_DisplayName)" name="w11"> <category displayName="$(string.W11_DisplayName)" name="w11">
<parentCategory ref="CWP:Cat_CWP"/> <parentCategory ref="cwp"/>
</category> </category>
</categories> </categories>
<policies> <policies>

View File

@@ -10,6 +10,7 @@
<string id="SUPPORTED_WIN7">Microsoft Windows 7 or later</string> <string id="SUPPORTED_WIN7">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN7_ONLY">Microsoft Windows 7</string> <string id="SUPPORTED_WIN7_ONLY">Microsoft Windows 7</string>
<!-- Category Names --> <!-- Category Names -->
<string id="CWP_DisplayName">Custom Windows Preferences</string>
<string id="uwo_DisplayName">Universal Windows Preferences</string> <string id="uwo_DisplayName">Universal Windows Preferences</string>
<string id="W10_DisplayName">Windows 10 Preferences</string> <string id="W10_DisplayName">Windows 10 Preferences</string>
<string id="W11_DisplayName">Windows 11 Preferences</string> <string id="W11_DisplayName">Windows 11 Preferences</string>