[USETUP] Add new file-operation-related messages for deletion, moving and renaming.

This commit is contained in:
Hermès Bélusca-Maïto 2018-01-05 01:49:09 +01:00
parent a7afba7703
commit a5bcd956fa
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
26 changed files with 165 additions and 12 deletions

View file

@ -91,8 +91,11 @@ MUIGetString(
#define STRING_CONTINUE 12
#define STRING_QUITCONTINUE 13
#define STRING_REBOOTCOMPUTER 14
#define STRING_COPYING 16
#define STRING_SETUPCOPYINGFILES 17
#define STRING_DELETING 15
#define STRING_MOVING 16
#define STRING_RENAMING 17
#define STRING_COPYING 18
#define STRING_SETUPCOPYINGFILES 19
#define STRING_REGHIVEUPDATE 20
#define STRING_IMPORTFILE 21
#define STRING_DISPLAYSETTINGSUPDATE 22