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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "../shared/Version.h" 3 #include "../shared/Version.h"
4 #include "Resource.h" 4 #include "Resource.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 #include "winres.h" 7 #include "winres.h"
8 #undef APSTUDIO_READONLY_SYMBOLS 8 #undef APSTUDIO_READONLY_SYMBOLS
9 9
10 ///////////////////////////////////////////////////////////////////////////// 10 /////////////////////////////////////////////////////////////////////////////
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ///////////////////////////////////////////////////////////////////////////// 55 /////////////////////////////////////////////////////////////////////////////
56 // 56 //
57 // Icon 57 // Icon
58 // 58 //
59 59
60 // Icon with lowest ID value placed first to ensure application icon 60 // Icon with lowest ID value placed first to ensure application icon
61 // remains consistent on all systems. 61 // remains consistent on all systems.
62 IDI_ICON_DEACTIVATED ICON "..\\res\\deactivated.ico" 62 IDI_ICON_DEACTIVATED ICON "..\\res\\deactivated.ico"
63 IDI_ICON_ENABLED ICON "..\\res\\blocking.ico" 63 IDI_ICON_ENABLED ICON "..\\res\\blocking.ico"
64 IDI_ICON_DISABLED ICON "..\\res\\not-blocking.ico" 64 IDI_ICON_DISABLED ICON "..\\res\\not-blocking.ico"
65 IDI_ICON_DEACTIVATED_19 ICON "..\\res\\deactivated_19.ico"
66 IDI_ICON_ENABLED_19 ICON "..\\res\\blocking_19.ico"
67 IDI_ICON_DISABLED_19 ICON "..\\res\\not-blocking_19.ico "
65 68
66 ///////////////////////////////////////////////////////////////////////////// 69 /////////////////////////////////////////////////////////////////////////////
67 // 70 //
68 // Menu 71 // Menu
69 // 72 //
70 IDR_MENU1 MENU 73 IDR_MENU1 MENU
71 BEGIN 74 BEGIN
72 POPUP "Popup" 75 POPUP "Popup"
73 BEGIN 76 BEGIN
74 MENUITEM "Check for updates", ID_MENU_UPDATE 77 MENUITEM "Check for updates", ID_MENU_UPDATE
(...skipping 20 matching lines...) Expand all
95 // Generated from the TEXTINCLUDE 3 resource. 98 // Generated from the TEXTINCLUDE 3 resource.
96 // 99 //
97 #ifdef _WIN64 100 #ifdef _WIN64
98 1 TYPELIB "../../build/x64/AdblockPlus.tlb" 101 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
99 #else 102 #else
100 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" 103 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
101 #endif 104 #endif
102 105
103 ///////////////////////////////////////////////////////////////////////////// 106 /////////////////////////////////////////////////////////////////////////////
104 #endif // not APSTUDIO_INVOKED 107 #endif // not APSTUDIO_INVOKED
OLDNEW
« 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