LEFT | RIGHT |
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 IDI_ICON_DISABLED ICON "..\\res\\not-blocking.ico" | 64 IDI_ICON_DISABLED ICON "..\\res\\not-blocking.ico" |
65 | 65 |
66 ///////////////////////////////////////////////////////////////////////////// | 66 ///////////////////////////////////////////////////////////////////////////// |
67 // | 67 // |
68 // Menu | 68 // Menu |
69 // | 69 // |
70 IDR_MENU1 MENU | 70 IDR_MENU1 MENU |
71 BEGIN | 71 BEGIN |
72 POPUP "Popup" | 72 POPUP "Popup" |
73 BEGIN | 73 BEGIN |
| 74 MENUITEM "Update Adblock Plus", ID_PLUGIN_UPDATE |
74 MENUITEM "Settings", ID_SETTINGS | 75 MENUITEM "Settings", ID_SETTINGS |
75 MENUITEM SEPARATOR | 76 MENUITEM SEPARATOR |
76 MENUITEM "Enable plugin", ID_PLUGIN_ENABLE | 77 MENUITEM "Enable plugin", ID_PLUGIN_ENABLE |
77 MENUITEM "Disable plugin", ID_WHITELISTDOMAIN | 78 MENUITEM "Disable plugin", ID_WHITELISTDOMAIN |
78 END | 79 END |
79 END | 80 END |
80 | 81 |
81 ///////////////////////////////////////////////////////////////////////////// | 82 ///////////////////////////////////////////////////////////////////////////// |
82 // | 83 // |
83 // String Table | 84 // String Table |
(...skipping 10 matching lines...) Expand all Loading... |
94 // Generated from the TEXTINCLUDE 3 resource. | 95 // Generated from the TEXTINCLUDE 3 resource. |
95 // | 96 // |
96 #ifdef _WIN64 | 97 #ifdef _WIN64 |
97 1 TYPELIB "../../build/x64/AdblockPlus.tlb" | 98 1 TYPELIB "../../build/x64/AdblockPlus.tlb" |
98 #else | 99 #else |
99 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" | 100 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" |
100 #endif | 101 #endif |
101 | 102 |
102 ///////////////////////////////////////////////////////////////////////////// | 103 ///////////////////////////////////////////////////////////////////////////// |
103 #endif // not APSTUDIO_INVOKED | 104 #endif // not APSTUDIO_INVOKED |
LEFT | RIGHT |