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

Unified Diff: src/engine/engine.rc

Issue 11304082: Download updates automatically, ask to install from a modeless dialog (Closed)
Patch Set: Calculate sizes dynamically Created Aug. 2, 2013, 10:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/engine/Updater.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/engine.rc
===================================================================
--- a/src/engine/engine.rc
+++ b/src/engine/engine.rc
@@ -1,5 +1,4 @@
#include "../shared/Version.h"
-#include "Resource.h"
#include "winres.h"
VS_VERSION_INFO VERSIONINFO
@@ -34,25 +33,3 @@
VALUE "Translation", 0x409, 1200
END
END
-
-IDD_UPDATEDIALOG DIALOGEX 0, 0, 159, 86
-STYLE WS_EX_TOPMOST | DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
-CAPTION "Adblock Plus update available"
-FONT 8, "Microsoft Sans Serif", 400, 0, 0x0
-BEGIN
- DEFPUSHBUTTON "Yes",IDOK,22,65,50,14
- PUSHBUTTON "No",IDCANCEL,82,65,50,14
- LTEXT "A new version of Adblock Plus is available for download.",IDC_UPDATETEXT,7,10,142,17
- LTEXT "Do you wish to download and install it now?",IDC_DOYOU,7,39,145,8
-END
-
-IDD_DOWNLOADDIALOG DIALOGEX 0, 0, 259, 68
-STYLE WS_EX_TOPMOST | DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
-EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
-CAPTION "Downloading Adblock Plus"
-FONT 8, "Microsoft Sans Serif", 0, 0, 0x0
-BEGIN
- PUSHBUTTON "Cancel",IDCANCEL,202,47,50,14
- CONTROL "",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,7,28,245,12
- LTEXT "Please wait...",IDC_INSTALLMSG,7,7,245,17
-END
« no previous file with comments | « src/engine/Updater.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld