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

Unified Diff: src/plugin/Resource.h

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
Index: src/plugin/Resource.h
===================================================================
--- a/src/plugin/Resource.h
+++ b/src/plugin/Resource.h
@@ -23,6 +23,9 @@
#define IDI_ICON_DEACTIVATED 300
#define IDI_ICON_ENABLED 301
#define IDI_ICON_DISABLED 302
+#define IDI_ICON_DEACTIVATED_19 303
+#define IDI_ICON_ENABLED_19 304
+#define IDI_ICON_DISABLED_19 305
#define ID_MENU_SETTINGS 35003
#define ID_MENU_DISABLE 35004

Powered by Google App Engine
This is Rietveld