Francois Gouget : shell32: Fix the name of the 'Application Data' folders.

Alexandre Julliard julliard at winehq.org
Tue Feb 7 15:53:56 CST 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb  7 01:04:07 2012 +0100

shell32: Fix the name of the 'Application Data' folders.

---

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

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index 31110ac..8d1c70b 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -1023,7 +1023,7 @@ static const CSIDL_DATA CSIDL_Data[] =
         &FOLDERID_RoamingAppData,
         CSIDL_Type_User,
         AppDataW,
-        AppDataW
+        Application_DataW
     },
     { /* 0x1b - CSIDL_PRINTHOOD */
         &FOLDERID_PrintHood,
@@ -1035,7 +1035,7 @@ static const CSIDL_DATA CSIDL_Data[] =
         &FOLDERID_LocalAppData,
         CSIDL_Type_User,
         Local_AppDataW,
-        Local_AppDataW
+        Local_Settings_Application_DataW
     },
     { /* 0x1d - CSIDL_ALTSTARTUP */
         &GUID_NULL,
@@ -1077,7 +1077,7 @@ static const CSIDL_DATA CSIDL_Data[] =
         &FOLDERID_ProgramData,
         CSIDL_Type_AllUsers,
         Common_AppDataW,
-        AppDataW
+        Application_DataW
     },
     { /* 0x24 - CSIDL_WINDOWS */
         &FOLDERID_Windows,




More information about the wine-cvs mailing list