Alex Henrie : shell32: Switch the "My Network Places" icon to the network icon.
Module: wine Branch: master Commit: f094a3d198ced493faf552b5543871719d411463 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f094a3d198ced493faf552b55... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Sun Aug 19 22:45:55 2018 -0600 shell32: Switch the "My Network Places" icon to the network icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/shell32.rc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 0eac3a1..15ffb33 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -480,6 +480,9 @@ IDI_SHELL_MY_COMPUTER ICON mycomputer.ico /* @makedep: printer.ico */ IDI_SHELL_PRINTER ICON printer.ico +/* @makedep: network.ico */ +IDI_SHELL_MY_NETWORK_PLACES ICON network.ico + /* @makedep: shortcut.ico */ IDI_SHELL_SHORTCUT ICON shortcut.ico @@ -503,10 +506,6 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico /* FIXME: Following resource is not yet added */ /* @makedep: mydocs.ico */ -IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico - -/* FIXME: Following resource is not yet added */ -/* @makedep: mydocs.ico */ IDI_SHELL_FAVORITES ICON mydocs.ico /* @makedep: idb_tb_large.bmp */
participants (1)
-
Alexandre Julliard