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

Side by Side Diff: src/plugin/AdblockPlus.rc

Issue 11013110: Cleanup (Closed)
Patch Set: Minor CallEngine refactoring Created July 26, 2013, 2:12 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 // 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
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
Wladimir Palant 2013/07/26 16:45:37 We should leave the option to trigger an update ch
75 MENUITEM "About Adblock Plus", ID_ABOUT
76 MENUITEM SEPARATOR
77 MENUITEM "FAQ", ID_FAQ
78 MENUITEM "Feedback", ID_FEEDBACK
79 MENUITEM "Invite friends", ID_INVITEFRIENDS
80 MENUITEM SEPARATOR
81 MENUITEM "Settings", ID_SETTINGS 74 MENUITEM "Settings", ID_SETTINGS
82 MENUITEM SEPARATOR 75 MENUITEM SEPARATOR
83 MENUITEM "Enable plugin", ID_PLUGIN_ENABLE 76 MENUITEM "Enable plugin", ID_PLUGIN_ENABLE
84 MENUITEM "Disable plugin", ID_WHITELISTDOMAIN 77 MENUITEM "Disable plugin", ID_WHITELISTDOMAIN
85 END 78 END
86 END 79 END
87 80
88 ///////////////////////////////////////////////////////////////////////////// 81 /////////////////////////////////////////////////////////////////////////////
89 // 82 //
90 // String Table 83 // String Table
(...skipping 10 matching lines...) Expand all
101 // Generated from the TEXTINCLUDE 3 resource. 94 // Generated from the TEXTINCLUDE 3 resource.
102 // 95 //
103 #ifdef _WIN64 96 #ifdef _WIN64
104 1 TYPELIB "../../build/x64/AdblockPlus.tlb" 97 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
105 #else 98 #else
106 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" 99 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
107 #endif 100 #endif
108 101
109 ///////////////////////////////////////////////////////////////////////////// 102 /////////////////////////////////////////////////////////////////////////////
110 #endif // not APSTUDIO_INVOKED 103 #endif // not APSTUDIO_INVOKED
OLDNEW

Powered by Google App Engine
This is Rietveld