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

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

Issue 5338025085108224: Support Acceptable Ads (Closed)
Left Patch Set: Created April 14, 2014, 7:01 a.m.
Right Patch Set: Missing negation fix Created July 18, 2014, 7:39 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 | « src/engine/Main.cpp ('k') | src/plugin/AdblockPlusClient.h » ('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 21 matching lines...) Expand all
32 FILESUBTYPE 0x0L 32 FILESUBTYPE 0x0L
33 BEGIN 33 BEGIN
34 BLOCK "StringFileInfo" 34 BLOCK "StringFileInfo"
35 BEGIN 35 BEGIN
36 BLOCK "040904b0" 36 BLOCK "040904b0"
37 BEGIN 37 BEGIN
38 VALUE "CompanyName", "Adblock Plus" 38 VALUE "CompanyName", "Adblock Plus"
39 VALUE "FileDescription", "Adblock Plus Module" 39 VALUE "FileDescription", "Adblock Plus Module"
40 VALUE "FileVersion", VERSIONINFO_VERSION_STR 40 VALUE "FileVersion", VERSIONINFO_VERSION_STR
41 VALUE "InternalName", "Adblock Plus" 41 VALUE "InternalName", "Adblock Plus"
42 VALUE "LegalCopyright", "Copyright 2014" 42 VALUE "LegalCopyright", "Copyright 2013"
Felix Dahlke 2014/06/30 17:24:04 Unrelated, can we put this in a separate commit? D
43 VALUE "OriginalFilename", "AdblockPlus.dll" 43 VALUE "OriginalFilename", "AdblockPlus.dll"
44 VALUE "ProductName", "Adblock Plus" 44 VALUE "ProductName", "Adblock Plus"
45 VALUE "ProductVersion", VERSIONINFO_VERSION_STR 45 VALUE "ProductVersion", VERSIONINFO_VERSION_STR
46 END 46 END
47 END 47 END
48 BLOCK "VarFileInfo" 48 BLOCK "VarFileInfo"
49 BEGIN 49 BEGIN
50 VALUE "Translation", 0x409, 1200 50 VALUE "Translation", 0x409, 1200
51 END 51 END
52 END 52 END
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 // Generated from the TEXTINCLUDE 3 resource. 96 // Generated from the TEXTINCLUDE 3 resource.
97 // 97 //
98 #ifdef _WIN64 98 #ifdef _WIN64
99 1 TYPELIB "../../build/x64/AdblockPlus.tlb" 99 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
100 #else 100 #else
101 1 TYPELIB "../../build/ia32/AdblockPlus.tlb" 101 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
102 #endif 102 #endif
103 103
104 ///////////////////////////////////////////////////////////////////////////// 104 /////////////////////////////////////////////////////////////////////////////
105 #endif // not APSTUDIO_INVOKED 105 #endif // not APSTUDIO_INVOKED
LEFTRIGHT

Powered by Google App Engine
This is Rietveld