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

Delta Between Two Patch Sets: src/plugin/AdblockPlus.rc

Issue 11292028: Status bar menu added (Closed)
Left Patch Set: Addressing comments. Actual functionality fixes Created Aug. 1, 2013, 10:28 p.m.
Right Patch Set: Comments addressed Created Aug. 5, 2013, 1:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « locales/en.ini ('k') | src/plugin/AdblockPlusClient.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 "Settings", ID_SETTINGS 74 MENUITEM "Settings", ID_MENU_SETTINGS
Wladimir Palant 2013/08/02 11:06:10 What about this menu item, is it localized?
Oleksandr 2013/08/05 13:59:22 It is. "menu-settings" On 2013/08/02 11:06:10, Wl
75 MENUITEM SEPARATOR 75 MENUITEM SEPARATOR
76 MENUITEM "Enable plugin", ID_PLUGIN_ENABLE 76 MENUITEM "Disable everywhere", ID_MENU_DISABLE
77 MENUITEM "Disable plugin", ID_WHITELISTDOMAIN 77 MENUITEM "Disable on ?1?", ID_MENU_DISABLE_ON_SITE
Wladimir Palant 2013/08/02 11:06:10 Maybe change these labels to better reflect what w
78 END 78 END
79 END 79 END
80 80
81 ///////////////////////////////////////////////////////////////////////////// 81 /////////////////////////////////////////////////////////////////////////////
82 // 82 //
83 // String Table 83 // String Table
84 // 84 //
85 85
86 STRINGTABLE 86 STRINGTABLE
87 BEGIN 87 BEGIN
88 IDS_PROJNAME "Adblock Plus" 88 IDS_PROJNAME "Adblock Plus"
89 END 89 END
90 90
91 #ifndef APSTUDIO_INVOKED 91 #ifndef APSTUDIO_INVOKED
92 ///////////////////////////////////////////////////////////////////////////// 92 /////////////////////////////////////////////////////////////////////////////
93 // 93 //
94 // Generated from the TEXTINCLUDE 3 resource. 94 // Generated from the TEXTINCLUDE 3 resource.
95 // 95 //
96 #ifdef _WIN64 96 #ifdef _WIN64
97 1 TYPELIB "../../build/x64/AdblockPlus.tlb" 97 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
98 #else 98 #else
99 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" 99 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
100 #endif 100 #endif
101 101
102 ///////////////////////////////////////////////////////////////////////////// 102 /////////////////////////////////////////////////////////////////////////////
103 #endif // not APSTUDIO_INVOKED 103 #endif // not APSTUDIO_INVOKED
LEFTRIGHT

Powered by Google App Engine
This is Rietveld