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

Unified Diff: src/plugin/AdblockPlus.rc

Issue 5338025085108224: Support Acceptable Ads (Closed)
Patch Set: Missing negation fix Created July 18, 2014, 7:39 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 | « src/engine/Main.cpp ('k') | src/plugin/AdblockPlusClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlus.rc
===================================================================
--- a/src/plugin/AdblockPlus.rc
+++ b/src/plugin/AdblockPlus.rc
@@ -71,11 +71,12 @@
BEGIN
POPUP "Popup"
BEGIN
- MENUITEM "Check for updates", ID_MENU_UPDATE
- MENUITEM "Settings", ID_MENU_SETTINGS
+ MENUITEM "Check for updates", ID_MENU_UPDATE
+ MENUITEM "Settings", ID_MENU_SETTINGS
+ MENUITEM "Allow some non-intrusive advertising", ID_MENU_ACCEPTABLE_ADS
MENUITEM SEPARATOR
- MENUITEM "Disable everywhere", ID_MENU_DISABLE
- MENUITEM "Disable on ?1?", ID_MENU_DISABLE_ON_SITE
+ MENUITEM "Disable everywhere", ID_MENU_DISABLE
+ MENUITEM "Disable on ?1?", ID_MENU_DISABLE_ON_SITE
END
END
« no previous file with comments | « src/engine/Main.cpp ('k') | src/plugin/AdblockPlusClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld