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: Created April 14, 2014, 7:01 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
Index: src/plugin/AdblockPlus.rc
===================================================================
--- a/src/plugin/AdblockPlus.rc
+++ b/src/plugin/AdblockPlus.rc
@@ -39,7 +39,7 @@
VALUE "FileDescription", "Adblock Plus Module"
VALUE "FileVersion", VERSIONINFO_VERSION_STR
VALUE "InternalName", "Adblock Plus"
- VALUE "LegalCopyright", "Copyright 2013"
+ VALUE "LegalCopyright", "Copyright 2014"
Felix Dahlke 2014/06/30 17:24:04 Unrelated, can we put this in a separate commit? D
VALUE "OriginalFilename", "AdblockPlus.dll"
VALUE "ProductName", "Adblock Plus"
VALUE "ProductVersion", VERSIONINFO_VERSION_STR
@@ -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

Powered by Google App Engine
This is Rietveld