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

Unified Diff: src/plugin/AdblockPlus.rc

Issue 11292028: Status bar menu added (Closed)
Patch Set: Comments addressed Created Aug. 5, 2013, 1:13 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 | « locales/en.ini ('k') | src/plugin/AdblockPlusClient.cpp » ('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,10 @@
BEGIN
POPUP "Popup"
BEGIN
- MENUITEM "Update Adblock Plus", ID_PLUGIN_UPDATE
- MENUITEM "Settings", ID_SETTINGS
+ MENUITEM "Settings", ID_MENU_SETTINGS
MENUITEM SEPARATOR
- MENUITEM "Enable plugin", ID_PLUGIN_ENABLE
- MENUITEM "Disable plugin", ID_WHITELISTDOMAIN
+ MENUITEM "Disable everywhere", ID_MENU_DISABLE
+ MENUITEM "Disable on ?1?", ID_MENU_DISABLE_ON_SITE
END
END
« no previous file with comments | « locales/en.ini ('k') | src/plugin/AdblockPlusClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld