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

Delta Between Two Patch Sets: src/engine/engine.rc

Issue 11304082: Download updates automatically, ask to install from a modeless dialog (Closed)
Left Patch Set: Created July 31, 2013, 7:16 p.m.
Right Patch Set: Calculate sizes dynamically Created Aug. 2, 2013, 10:47 a.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/Updater.cpp ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #include "../shared/Version.h" 1 #include "../shared/Version.h"
2 #include "Resource.h"
Wladimir Palant 2013/08/01 09:58:24 You should remove Resource.h - none of the IDs def
Felix Dahlke 2013/08/02 10:48:01 Done.
3 #include "winres.h" 2 #include "winres.h"
4 3
5 VS_VERSION_INFO VERSIONINFO 4 VS_VERSION_INFO VERSIONINFO
6 FILEVERSION VERSIONINFO_VERSION 5 FILEVERSION VERSIONINFO_VERSION
7 PRODUCTVERSION VERSIONINFO_VERSION 6 PRODUCTVERSION VERSIONINFO_VERSION
8 FILEFLAGSMASK 0x3fL 7 FILEFLAGSMASK 0x3fL
9 #ifdef _DEBUG 8 #ifdef _DEBUG
10 FILEFLAGS 0x1L 9 FILEFLAGS 0x1L
11 #else 10 #else
12 FILEFLAGS 0x0L 11 FILEFLAGS 0x0L
(...skipping 14 matching lines...) Expand all
27 VALUE "OriginalFilename", "AdblockPlusEngine.exe" 26 VALUE "OriginalFilename", "AdblockPlusEngine.exe"
28 VALUE "ProductName", "Adblock Plus" 27 VALUE "ProductName", "Adblock Plus"
29 VALUE "ProductVersion", VERSIONINFO_VERSION_STR 28 VALUE "ProductVersion", VERSIONINFO_VERSION_STR
30 END 29 END
31 END 30 END
32 BLOCK "VarFileInfo" 31 BLOCK "VarFileInfo"
33 BEGIN 32 BEGIN
34 VALUE "Translation", 0x409, 1200 33 VALUE "Translation", 0x409, 1200
35 END 34 END
36 END 35 END
LEFTRIGHT

Powered by Google App Engine
This is Rietveld