| OLD | NEW |
| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "Check for updates", ID_MENU_UPDATE | 74 MENUITEM "Check for updates", ID_MENU_UPDATE |
| 75 MENUITEM "Settings", ID_MENU_SETTINGS | 75 MENUITEM "Settings", ID_MENU_SETTINGS |
| 76 MENUITEM "Allow some non-intrusive advertising", ID_MENU_ACCEPTABLE_ADS | |
| 77 MENUITEM SEPARATOR | 76 MENUITEM SEPARATOR |
| 78 MENUITEM "Disable everywhere", ID_MENU_DISABLE | 77 MENUITEM "Disable everywhere", ID_MENU_DISABLE |
| 79 MENUITEM "Disable on ?1?", ID_MENU_DISABLE_ON_SIT
E | 78 MENUITEM "Disable on ?1?", ID_MENU_DISABLE_ON_SIT
E |
| 80 END | 79 END |
| 81 END | 80 END |
| 82 | 81 |
| 83 ///////////////////////////////////////////////////////////////////////////// | 82 ///////////////////////////////////////////////////////////////////////////// |
| 84 // | 83 // |
| 85 // String Table | 84 // String Table |
| 86 // | 85 // |
| 87 | 86 |
| 88 STRINGTABLE | 87 STRINGTABLE |
| 89 BEGIN | 88 BEGIN |
| 90 IDS_PROJNAME "Adblock Plus" | 89 IDS_PROJNAME "Adblock Plus" |
| 91 END | 90 END |
| 92 | 91 |
| 93 #ifndef APSTUDIO_INVOKED | 92 #ifndef APSTUDIO_INVOKED |
| 94 ///////////////////////////////////////////////////////////////////////////// | 93 ///////////////////////////////////////////////////////////////////////////// |
| 95 // | 94 // |
| 96 // Generated from the TEXTINCLUDE 3 resource. | 95 // Generated from the TEXTINCLUDE 3 resource. |
| 97 // | 96 // |
| 98 #ifdef _WIN64 | 97 #ifdef _WIN64 |
| 99 1 TYPELIB "../../build/x64/AdblockPlus.tlb" | 98 1 TYPELIB "../../build/x64/AdblockPlus.tlb" |
| 100 #else | 99 #else |
| 101 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" | 100 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" |
| 102 #endif | 101 #endif |
| 103 | 102 |
| 104 ///////////////////////////////////////////////////////////////////////////// | 103 ///////////////////////////////////////////////////////////////////////////// |
| 105 #endif // not APSTUDIO_INVOKED | 104 #endif // not APSTUDIO_INVOKED |
| OLD | NEW |