Alex Henrie : shell32: Add font folder icon.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:32 CST 2018


Module: wine
Branch: stable
Commit: 873522eb45a026c55321ef6fe5a6e0294f8bf53b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=873522eb45a026c55321ef6fe5a6e0294f8bf53b

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 21 20:37:49 2018 -0600

shell32: Add font folder icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit b722bae9c8aa9844dbe74f813e794308162493c7)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/shell32/shell32.rc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 7799511..24d2993 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -468,6 +468,10 @@ IDI_APP_FOLDER ICON resources/folder.ico
 /* @makedep: resources/folder.ico */
 IDI_PRINTERS_FOLDER ICON resources/folder.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/folder.ico */
+IDI_FONTS_FOLDER ICON resources/folder.ico
+
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
 




More information about the wine-cvs mailing list