Add configuration strings for new settings.

This commit is contained in:
2020-03-28 03:04:57 +00:00
parent f66b21b15b
commit 4a92780901
22 changed files with 8 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -170,6 +170,8 @@ STRTBL( IDS_3316, STR_3316 )
STRTBL( IDS_3317, STR_3317 )
STRTBL( IDS_3318, STR_3318 )
STRTBL( IDS_3319, STR_3319 )
STRTBL( IDS_3320, STR_3320 )
STRTBL( IDS_3321, STR_3321 )
/* UI dialog: Settings (Machine, 3325.) */
STRTBL( IDS_3325, STR_3325 )

View File

@@ -184,7 +184,9 @@
#define STR_3316 "Other peripherals"
#define STR_3317 "Hard disks"
#define STR_3318 "Floppy drives"
#define STR_3319 "Other removable devices"
#define STR_3319 "CD/DVD devices"
#define STR_3320 "IOMEGA devices"
#define STR_3321 "Magneto-optical devices"
/* UI dialog: Settings (Machine, 3325.) */
#define STR_3325 "Machine:"

View File

@@ -382,7 +382,9 @@
#define IDS_3316 3316 /* "Other peripherals" */
#define IDS_3317 3317 /* "Hard disks" */
#define IDS_3318 3318 /* "Floppy drives" */
#define IDS_3319 3319 /* "Other removable devices" */
#define IDS_3319 3319 /* "CD/DVD devices" */
#define IDS_3320 3320 /* "IOMEGA devices" */
#define IDS_3321 3321 /* "Magneto-optical devices" */
/* UI dialog: Settings (Machine, 3325.) */
#define IDS_3325 3325 /* "Machine:" */