mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:33:12 +00:00
[WINESYNC] reg: Prompt the user to confirm whether they want to overwrite existing values when copying a key.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48000 Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id aeeda123b1185e6d6f6c975354fe567c4573502e by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
07427368d3
commit
7d85b1aef4
3 changed files with 80 additions and 4 deletions
|
@ -27,7 +27,9 @@
|
|||
/* Shared */
|
||||
#define STRING_YES 100
|
||||
#define STRING_NO 101
|
||||
#define STRING_ALL 102
|
||||
#define STRING_YESNO 103
|
||||
#define STRING_YESNOALL 104
|
||||
#define STRING_INVALID_SYNTAX 105
|
||||
#define STRING_FUNC_HELP 106
|
||||
#define STRING_ACCESS_DENIED 107
|
||||
|
@ -63,6 +65,7 @@
|
|||
|
||||
/* copy.c */
|
||||
#define STRING_COPY_SRC_DEST_SAME 250
|
||||
#define STRING_COPY_CONFIRM 251
|
||||
|
||||
/* delete.c */
|
||||
#define STRING_DELETE_VALUE 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue