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

Unified Diff: src/plugin/AdblockPlus.rc

Issue 6210609305616384: Issue 1538 - Replace ABP icon with new one (v.1.1) - for Internet Explorer (Closed)
Patch Set: Use both 19x19 and 32x32 icons adaptively. Fix the icon position. Created Feb. 3, 2015, 3:18 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 | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')
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
@@ -62,6 +62,9 @@
IDI_ICON_DEACTIVATED ICON "..\\res\\deactivated.ico"
IDI_ICON_ENABLED ICON "..\\res\\blocking.ico"
IDI_ICON_DISABLED ICON "..\\res\\not-blocking.ico"
+IDI_ICON_DEACTIVATED_19 ICON "..\\res\\deactivated_19.ico"
+IDI_ICON_ENABLED_19 ICON "..\\res\\blocking_19.ico"
+IDI_ICON_DISABLED_19 ICON "..\\res\\not-blocking_19.ico"
/////////////////////////////////////////////////////////////////////////////
//
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')

Powered by Google App Engine
This is Rietveld