From cccdc00157a6310ba0b019fcb6eb7f079aa6ff27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Mon, 20 Sep 2004 18:08:37 +0000 Subject: [PATCH] Fork a small change which has little change of being accepted by winehq svn path=/trunk/; revision=10943 --- reactos/lib/shell32/winehq2ros.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/reactos/lib/shell32/winehq2ros.patch b/reactos/lib/shell32/winehq2ros.patch index ca95d52910d..5b14dfd3763 100644 --- a/reactos/lib/shell32/winehq2ros.patch +++ b/reactos/lib/shell32/winehq2ros.patch @@ -18,3 +18,21 @@ diff -u -r1.14 shell32_En.rc + IDS_SHUTDOWN_TITLE "Shutdown" + IDS_SHUTDOWN_PROMPT "Do you want to shutdown?" } +Index: shellpath.c +=================================================================== +RCS file: /home/wine/wine/dlls/shell32/shellpath.c,v +retrieving revision 1.87 +diff -u -r1.87 shellpath.c +--- shellpath.c 20 Aug 2004 19:57:50 -0000 1.87 ++++ shellpath.c 20 Sep 2004 18:20:35 -0000 +@@ -1485,6 +1485,10 @@ + *ppidl = _ILCreatePrinters(); + break; + ++ case CSIDL_FONTS: ++ FIXME("virtual font folder"); ++ break; ++ + case CSIDL_BITBUCKET: + *ppidl = _ILCreateBitBucket(); + break;