Module: wine Branch: master Commit: e26bf9c3ea2e3ed2728a008722d54f7a8f89350b URL: https://source.winehq.org/git/wine.git/?a=commit;h=e26bf9c3ea2e3ed2728a00872...
Author: Alex Henrie alexhenrie24@gmail.com Date: Thu Aug 30 21:41:24 2018 -0600
shell32: Rename icon 137 from "options" to "control panel XP".
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/shresdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 421261a..6e910dc 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -228,7 +228,7 @@ #define IDI_SHELL_FILE_SEARCH 134 #define IDI_SHELL_SYSTEM_SEARCH 135 /* 136 not used on Windows */ -#define IDI_SHELL_OPTIONS 137 +#define IDI_SHELL_CONTROL_PANEL_XP 137 #define IDI_SHELL_PRINTERS_FOLDER_XP 138 #define IDI_SHELL_ADD_PRINTER 139 #define IDI_SHELL_REMOTE_PRINTER 140