Akihiro Sagawa : shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY.

Alexandre Julliard julliard at winehq.org
Mon Aug 10 10:35:06 CDT 2009


Module: wine
Branch: master
Commit: c6a947d2ecfaaa55cee0b054d66154ab6b9b8914
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c6a947d2ecfaaa55cee0b054d66154ab6b9b8914

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Sat Aug  8 00:28:30 2009 +0900

shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY.

---

 dlls/shell32/shellpath.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index 0f07a85..805be6f 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -953,7 +953,7 @@ static const CSIDL_DATA CSIDL_Data[] =
     { /* 0x19 - CSIDL_COMMON_DESKTOPDIRECTORY */
         CSIDL_Type_AllUsers,
         Common_DesktopW,
-        MAKEINTRESOURCEW(IDS_DESKTOP)
+        MAKEINTRESOURCEW(IDS_DESKTOPDIRECTORY)
     },
     { /* 0x1a - CSIDL_APPDATA */
         CSIDL_Type_User,




More information about the wine-cvs mailing list