mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32][NTUSER] Fix "accessability" typo
This commit is contained in:
@@ -160,7 +160,7 @@ IDI_SHELL_FOLDER_POINT ICON "res/icons/264.ico"
|
||||
IDI_SHELL_SENDMAIL ICON "res/icons/265.ico"
|
||||
IDI_SHELL_CD_POINT ICON "res/icons/266.ico"
|
||||
IDI_SHELL_SHARED_FOLDER ICON "res/icons/267.ico"
|
||||
IDI_SHELL_ACCESSABILITY ICON "res/icons/268.ico"
|
||||
IDI_SHELL_ACCESSIBILITY ICON "res/icons/268.ico"
|
||||
IDI_SHELL_USERS ICON "res/icons/269.ico"
|
||||
IDI_SHELL_SCREEN_COLORS ICON "res/icons/270.ico"
|
||||
IDI_SHELL_ADD_REM_PROGRAMS ICON "res/icons/271.ico"
|
||||
|
||||
@@ -753,7 +753,7 @@
|
||||
#define IDI_SHELL_SENDMAIL 265
|
||||
#define IDI_SHELL_CD_POINT 266
|
||||
#define IDI_SHELL_SHARED_FOLDER 267
|
||||
#define IDI_SHELL_ACCESSABILITY 268
|
||||
#define IDI_SHELL_ACCESSIBILITY 268
|
||||
#define IDI_SHELL_USERS 269
|
||||
#define IDI_SHELL_SCREEN_COLORS 270
|
||||
#define IDI_SHELL_ADD_REM_PROGRAMS 271
|
||||
|
||||
@@ -54,7 +54,7 @@ typedef struct _SPIVALUES
|
||||
UINT uiFocusBorderWidth;
|
||||
UINT uiFocusBorderHeight;
|
||||
|
||||
/* Accessability */
|
||||
/* Accessibility */
|
||||
ACCESSTIMEOUT accesstimeout;
|
||||
HIGHCONTRASTW highcontrast;
|
||||
BOOL bScreenReader;
|
||||
|
||||
Reference in New Issue
Block a user