Alex Henrie : shell32: Rename floppy.svg to disk_drive.svg.

Alexandre Julliard julliard at winehq.org
Thu Aug 30 16:34:42 CDT 2018


Module: wine
Branch: master
Commit: 336ced48faa3122a80a5225ac02582d5a7285e05
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=336ced48faa3122a80a5225ac02582d5a7285e05

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Wed Aug 29 23:37:44 2018 -0600

shell32: Rename floppy.svg to disk_drive.svg.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/Makefile.in                              |   2 +-
 dlls/shell32/resources/{floppy.ico => disk_drive.ico} | Bin
 dlls/shell32/resources/{floppy.svg => disk_drive.svg} |   0
 dlls/shell32/shell32.rc                               |  12 ++++++------
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in
index 7f549ca..a61775e 100644
--- a/dlls/shell32/Makefile.in
+++ b/dlls/shell32/Makefile.in
@@ -68,11 +68,11 @@ SVG_SRCS = \
 	resources/copy.svg \
 	resources/delete.svg \
 	resources/desktop.svg \
+	resources/disk_drive.svg \
 	resources/document.svg \
 	resources/drive.svg \
 	resources/eject.svg \
 	resources/favorites.svg \
-	resources/floppy.svg \
 	resources/folder.svg \
 	resources/folder_open.svg \
 	resources/help.svg \
diff --git a/dlls/shell32/resources/floppy.ico b/dlls/shell32/resources/disk_drive.ico
similarity index 100%
rename from dlls/shell32/resources/floppy.ico
rename to dlls/shell32/resources/disk_drive.ico
diff --git a/dlls/shell32/resources/floppy.svg b/dlls/shell32/resources/disk_drive.svg
similarity index 100%
rename from dlls/shell32/resources/floppy.svg
rename to dlls/shell32/resources/disk_drive.svg
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index f086aa4..f6defb2 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -443,15 +443,15 @@ IDI_SHELL_FOLDER_OPEN_LARGE ICON resources/folder_open.ico
 IDI_SHELL_FOLDER_SMALL_XP ICON resources/folder_open.ico
 
 /* FIXME: Following resource is not yet added */
-/* @makedep: resources/floppy.ico */
-IDI_SHELL_5_12_FLOPPY ICON resources/floppy.ico
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_5_12_FLOPPY ICON resources/disk_drive.ico
 
 /* FIXME: Following resource is not yet added */
-/* @makedep: resources/floppy.ico */
-IDI_SHELL_3_14_FLOPPY ICON resources/floppy.ico
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_3_14_FLOPPY ICON resources/disk_drive.ico
 
-/* @makedep: resources/floppy.ico */
-IDI_SHELL_FLOPPY ICON resources/floppy.ico
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_FLOPPY ICON resources/disk_drive.ico
 
 /* @makedep: resources/drive.ico */
 IDI_SHELL_DRIVE ICON resources/drive.ico




More information about the wine-cvs mailing list