diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index a61ec65ee72..bb1b0df68fd 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -75,6 +75,7 @@ SVG_SRCS = \ resources/folder_open.svg \ resources/help.svg \ resources/internet.svg \ + resources/lock.svg \ resources/log_off.svg \ resources/menu.svg \ resources/mycomputer.svg \ diff --git a/dlls/shell32/resources/lock.ico b/dlls/shell32/resources/lock.ico new file mode 100644 index 00000000000..6c9892716c7 Binary files /dev/null and b/dlls/shell32/resources/lock.ico differ diff --git a/dlls/shell32/resources/lock.svg b/dlls/shell32/resources/lock.svg new file mode 100644 index 00000000000..c3d83a219db --- /dev/null +++ b/dlls/shell32/resources/lock.svg @@ -0,0 +1,532 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + emblem + read-only + nowrite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 07af91de361..66698e18f4a 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -566,6 +566,9 @@ IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico /* @makedep: resources/update.ico */ IDI_SHELL_UPDATE ICON resources/update.ico +/* @makedep: resources/lock.ico */ +IDI_SHELL_RIGHTS ICON resources/lock.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 28ab8b649f6..960c974122e 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -216,6 +216,7 @@ #define IDI_SHELL_LOG_OFF 45 #define IDI_SHELL_SEARCH_FOLDER 46 #define IDI_SHELL_UPDATE 47 +#define IDI_SHELL_RIGHTS 48 #define IDI_SHELL_REMOTE_PRINTER 140 #define IDI_SHELL_TO_FILE_PRINTER 141 #define IDI_SHELL_TRASH_FILE 142