Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/expecteddata/AppxManifest_edge_development_build.xml

Issue 29931564: Issue 7080 - Don't tranlsate product name in builds for Microsoft Edge (Closed)
Patch Set: Rebased Created Oct. 31, 2018, 6:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/AppxManifest_edge_development_build.xml
===================================================================
--- a/tests/expecteddata/AppxManifest_edge_development_build.xml
+++ b/tests/expecteddata/AppxManifest_edge_development_build.xml
@@ -3,7 +3,7 @@
<Identity Name="EyeoGmbH.AdblockPlusdevelopmentbuild" Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.1337.0" />
<Properties>
- <DisplayName>ms-resource:DisplayName</DisplayName>
+ <DisplayName>Adblock Plus development build</DisplayName>
<PublisherDisplayName>eyeo GmbH</PublisherDisplayName>
<Logo>Assets/logo_50.png</Logo>
</Properties>
@@ -21,11 +21,11 @@
<Applications>
<Application Id="App">
- <uap:VisualElements AppListEntry="none" BackgroundColor="transparent" Description="ms-resource:Description" DisplayName="ms-resource:DisplayName" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
+ <uap:VisualElements AppListEntry="none" BackgroundColor="transparent" Description="ms-resource:Description" DisplayName="Adblock Plus development build" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
- <uap3:AppExtension DisplayName="ms-resource:DisplayName" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFolder="Extension">
+ <uap3:AppExtension DisplayName="Adblock Plus development build" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFolder="Extension">
<uap3:Properties>
<Capabilities>
<Capability Name="websiteInfo" />
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld