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

This commit is contained in:
Francois Gouget 2012-02-07 01:04:07 +01:00 committed by Alexandre Julliard
parent 0aeb38bb4c
commit c0338afebb
1 changed files with 3 additions and 3 deletions

View File

@ -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,