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

Unified Diff: installer/adblockplusie.wxs

Issue 11435076: ieFirstRun.js added to installer (Closed)
Patch Set: Created Aug. 9, 2013, 9:55 a.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/adblockplusie.wxs
===================================================================
--- a/installer/adblockplusie.wxs
+++ b/installer/adblockplusie.wxs
@@ -283,6 +283,7 @@
<ComponentRef Id="html_static_img_social_twitter_old.png"/>
<ComponentRef Id="html_static_js_firstRun.js"/>
<ComponentRef Id="html_static_js_IESettings.js"/>
+ <ComponentRef Id="html_static_js_ieFirstRun.js"/>
<ComponentRef Id="html_static_js_settings.js"/>
<ComponentRef Id="html_static_js_vendor_DD.belatedPNG.js"/>
<ComponentRef Id="html_static_js_vendor_html5shiv.js"/>
@@ -364,6 +365,9 @@
<Component Id="html_static_js_firstRun.js" Guid="2c0035a2-f074-11e2-b778-0800200c9a66">
<File Name="firstRun.js"/>
</Component>
+ <Component Id="html_static_js_ieFirstRun.js" Guid="9e851b10-d713-11e2-8b8b-0800200c9a66">
+ <File Name="ieFirstRun.js"/>
+ </Component>
<Component Id="html_static_js_IESettings.js" Guid="9e851b10-d713-11e2-8b8b-0800200c9a66">
<File Name="IESettings.js"/>
</Component>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld