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

Unified Diff: installer/src/msi/adblockplusie.wxs

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Jan. 4, 2015, 7 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
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -161,7 +161,7 @@
<CustomAction
Id="Close_IE"
BinaryKey="installer_ca"
- DllEntry="abp_close_ie"
+ DllEntry="AbpCloseIe"
Return="check"
/>
<!--

Powered by Google App Engine
This is Rietveld