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

Unified Diff: chrome/content/ui/fennecSettings.xul

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)
Patch Set: Changes to opt-in notification text Created Oct. 19, 2012, 3:14 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 | « no previous file | chrome/content/ui/filters.js » ('j') | chrome/content/ui/filters.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/fennecSettings.xul
===================================================================
--- a/chrome/content/ui/fennecSettings.xul
+++ b/chrome/content/ui/fennecSettings.xul
@@ -22,4 +22,5 @@
inverted="true"/>
<setting id="adblockplus-sync" type="bool" title="&sync.label;"
oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = document.createEvent('Events'); event.initEvent('command', false, false); this.dispatchEvent(event);}"/>
+ <setting id="adblockplus-typoCorrection" type="bool" title="&typoCorrections.enableLabel;" oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = document.createEvent('Events'); event.initEvent('command', false, false); this.dispatchEvent(event);}"/>
Wladimir Palant 2012/11/09 08:26:15 Please use a pref="" attribute and remove custom c
</vbox>
« no previous file with comments | « no previous file | chrome/content/ui/filters.js » ('j') | chrome/content/ui/filters.js » ('J')

Powered by Google App Engine
This is Rietveld