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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 //{{NO_DEPENDENCIES}} 1 //{{NO_DEPENDENCIES}}
2 // Microsoft Visual C++ generated include file. 2 // Microsoft Visual C++ generated include file.
3 // Used by AdblockPlus.rc 3 // Used by AdblockPlus.rc
4 // 4 //
5 5
6 #define IDR_PLUGIN_CLASS 101 6 #define IDR_PLUGIN_CLASS 101
7 #define IDR_PLUGIN_LISTENER 102 7 #define IDR_PLUGIN_LISTENER 102
8 #define IDR_PLUGIN_MIMEFILTER 103 8 #define IDR_PLUGIN_MIMEFILTER 103
9 9
10 #define IDS_PROJNAME 110 10 #define IDS_PROJNAME 110
11 11
12 #define IDR_MENU1 120 12 #define IDR_MENU1 120
13 13
14 #define IDC_IMAGE 207 14 #define IDC_IMAGE 207
15 #define IDC_VERSION 209 15 #define IDC_VERSION 209
16 #define IDC_SYSLINK1 211 16 #define IDC_SYSLINK1 211
17 #define IDC_YVERSION 212 17 #define IDC_YVERSION 212
18 #define IDC_NVERSION 213 18 #define IDC_NVERSION 213
19 #define IDC_ABOUTTEXT 214 19 #define IDC_ABOUTTEXT 214
20 #define IDC_AUTHORS 215 20 #define IDC_AUTHORS 215
21 #define IDC_HOMEPAGE 224 21 #define IDC_HOMEPAGE 224
22 22
23 #define IDI_ICON_DEACTIVATED 300 23 #define IDI_ICON_DEACTIVATED 300
24 #define IDI_ICON_ENABLED 301 24 #define IDI_ICON_ENABLED 301
25 #define IDI_ICON_DISABLED 302 25 #define IDI_ICON_DISABLED 302
26 #define IDI_ICON_DEACTIVATED_19 303
27 #define IDI_ICON_ENABLED_19 304
28 #define IDI_ICON_DISABLED_19 305
26 29
27 #define ID_MENU_SETTINGS 35003 30 #define ID_MENU_SETTINGS 35003
28 #define ID_MENU_DISABLE 35004 31 #define ID_MENU_DISABLE 35004
29 #define ID_MENU_UPDATE 35005 32 #define ID_MENU_UPDATE 35005
30 #define ID_MENU_ACCEPTABLE_ADS 35006 33 #define ID_MENU_ACCEPTABLE_ADS 35006
31 #define ID_MENU_DISABLE_ON_SITE 35014 34 #define ID_MENU_DISABLE_ON_SITE 35014
32 #define IDT_TIMER 35100 35 #define IDT_TIMER 35100
33 36
34 // Next default values for new objects 37 // Next default values for new objects
35 // 38 //
36 #ifdef APSTUDIO_INVOKED 39 #ifdef APSTUDIO_INVOKED
37 #ifndef APSTUDIO_READONLY_SYMBOLS 40 #ifndef APSTUDIO_READONLY_SYMBOLS
38 #define _APS_NEXT_RESOURCE_VALUE 239 41 #define _APS_NEXT_RESOURCE_VALUE 239
39 #define _APS_NEXT_COMMAND_VALUE 35022 42 #define _APS_NEXT_COMMAND_VALUE 35022
40 #define _APS_NEXT_CONTROL_VALUE 225 43 #define _APS_NEXT_CONTROL_VALUE 225
41 #define _APS_NEXT_SYMED_VALUE 108 44 #define _APS_NEXT_SYMED_VALUE 108
42 #endif 45 #endif
43 #endif 46 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld