mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
[RAPPS] Various fixes
- Ask the user if they want to continue on cab certificate problems - Fix memory leaks in failure paths - Properly disable caching
This commit is contained in:
parent
21ae3a0862
commit
07f3691cd8
23 changed files with 111 additions and 62 deletions
|
@ -101,7 +101,7 @@
|
|||
#define IDS_UNABLE_TO_REMOVE 118
|
||||
#define IDS_UNABLE_TO_DOWNLOAD 119
|
||||
#define IDS_UNABLE_TO_DOWNLOAD2 120
|
||||
#define IDS_CERT_DOES_NOT_MATCH 121
|
||||
#define IDS_UNABLE_TO_QUERY_CERT 121
|
||||
#define IDS_INTEG_CHECK_TITLE 122
|
||||
#define IDS_INTEG_CHECK_FAIL 123
|
||||
#define IDS_INTERRUPTED_DOWNLOAD 124
|
||||
|
@ -110,6 +110,7 @@
|
|||
#define IDS_INSTALL_SELECTED 127
|
||||
#define IDS_UNABLE_TO_INSTALL 128
|
||||
#define IDS_SELECTEDFORINST 129
|
||||
#define IDS_MISMATCH_CERT_INFO 130
|
||||
|
||||
/* Tooltips */
|
||||
#define IDS_TOOLTIP_INSTALL 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue