shell32: Support FOLDERID_LocalAppDataLow.

This commit is contained in:
Hans Leidekker 2010-09-17 15:19:35 +02:00 committed by Alexandre Julliard
parent 5b15c0dfac
commit 9f4d6c6edc
3 changed files with 4 additions and 2 deletions

View file

@ -302,6 +302,7 @@ STRINGTABLE
IDS_COMMON_OEM_LINKS "OEM Links"
IDS_DOCUMENTS "Documents"
IDS_DOWNLOADS "Downloads"
IDS_LOCAL_APPDATA_LOW "AppData\\LocalLow"
IDS_NEWFOLDER "New Folder"

View file

@ -1304,9 +1304,9 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{ /* 0x4e */
&FOLDERID_LocalAppDataLow,
CSIDL_Type_Disallowed, /* FIXME */
CSIDL_Type_User,
NULL,
NULL
MAKEINTRESOURCEW(IDS_LOCAL_APPDATA_LOW)
},
{ /* 0x4f */
&FOLDERID_MusicLibrary,

View file

@ -111,6 +111,7 @@
#define IDS_COMMON_OEM_LINKS 94
#define IDS_DOCUMENTS 95
#define IDS_DOWNLOADS 96
#define IDS_LOCAL_APPDATA_LOW 97
#define IDS_CREATEFOLDER_DENIED 128
#define IDS_CREATEFOLDER_CAPTION 129