Update the Settings save confirmation dialog

This commit is contained in:
David Hrdlička
2020-11-20 15:39:33 +01:00
parent 98b57e9a4b
commit ca11d7b776
5 changed files with 15 additions and 4 deletions

View File

@@ -114,6 +114,9 @@
#define IDS_2138 2138 // "Don't Reset"
#define IDS_2139 2139 // "MO images (*.IM?)\0*.IM?..."
#define IDS_2140 2140 // "CD-ROM images (*.ISO;*.CU.."
#define IDS_2141 2141 // "Save"
#define IDS_2142 2142 // "Don't save"
#define IDS_2143 2143 // "This will hard reset the virtual..."
#define IDS_4096 4096 // "Hard disk (%s)"
#define IDS_4097 4097 // "%01i:%01i"
@@ -221,7 +224,7 @@
#define IDS_LANG_ENUS IDS_7168
#define STR_NUM_2048 93
#define STR_NUM_2048 96
#define STR_NUM_3072 11
#define STR_NUM_4096 39
#define STR_NUM_4352 6

View File

@@ -34,6 +34,7 @@ extern "C" {
#define MBX_ERROR 2
#define MBX_QUESTION 3
#define MBX_QUESTION_YN 4
#define MBX_QUESTION_OK 8
#define MBX_QMARK 0x10
#define MBX_WARNING 0x20
#define MBX_FATAL 0x40