Rename Program Settings to Preferences

This commit is contained in:
David Hrdlička
2021-11-20 23:24:11 +01:00
parent 70ffdef11d
commit a1df1c23ed
20 changed files with 53 additions and 53 deletions

View File

@@ -29,7 +29,7 @@
#define DLG_SND_GAIN 103 /* top-level dialog */
#define DLG_NEW_FLOPPY 104 /* top-level dialog */
#define DLG_SPECIFY_DIM 105 /* top-level dialog */
#define DLG_PROG_SETT 106 /* top-level dialog */
#define DLG_PREFERENCES 106 /* top-level dialog */
#define DLG_CONFIG 110 /* top-level dialog */
#define DLG_CFG_MACHINE 111 /* sub-dialog of config */
#define DLG_CFG_VIDEO 112 /* sub-dialog of config */
@@ -357,7 +357,7 @@
#define IDM_DISCORD 40090
#endif
#define IDM_VID_PROG_SETT 40091
#define IDM_PREFERENCES 40091
#if defined(DEV_BRANCH) && defined(USE_OPENGL)
#define IDM_VID_GL_FPS_BLITTER 40100