Commit 9f4d6c6e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

shell32: Support FOLDERID_LocalAppDataLow.

parent 5b15c0df
...@@ -302,6 +302,7 @@ STRINGTABLE ...@@ -302,6 +302,7 @@ STRINGTABLE
IDS_COMMON_OEM_LINKS "OEM Links" IDS_COMMON_OEM_LINKS "OEM Links"
IDS_DOCUMENTS "Documents" IDS_DOCUMENTS "Documents"
IDS_DOWNLOADS "Downloads" IDS_DOWNLOADS "Downloads"
IDS_LOCAL_APPDATA_LOW "AppData\\LocalLow"
IDS_NEWFOLDER "New Folder" IDS_NEWFOLDER "New Folder"
......
...@@ -1304,9 +1304,9 @@ static const CSIDL_DATA CSIDL_Data[] = ...@@ -1304,9 +1304,9 @@ static const CSIDL_DATA CSIDL_Data[] =
}, },
{ /* 0x4e */ { /* 0x4e */
&FOLDERID_LocalAppDataLow, &FOLDERID_LocalAppDataLow,
CSIDL_Type_Disallowed, /* FIXME */ CSIDL_Type_User,
NULL, NULL,
NULL MAKEINTRESOURCEW(IDS_LOCAL_APPDATA_LOW)
}, },
{ /* 0x4f */ { /* 0x4f */
&FOLDERID_MusicLibrary, &FOLDERID_MusicLibrary,
......
...@@ -111,6 +111,7 @@ ...@@ -111,6 +111,7 @@
#define IDS_COMMON_OEM_LINKS 94 #define IDS_COMMON_OEM_LINKS 94
#define IDS_DOCUMENTS 95 #define IDS_DOCUMENTS 95
#define IDS_DOWNLOADS 96 #define IDS_DOWNLOADS 96
#define IDS_LOCAL_APPDATA_LOW 97
#define IDS_CREATEFOLDER_DENIED 128 #define IDS_CREATEFOLDER_DENIED 128
#define IDS_CREATEFOLDER_CAPTION 129 #define IDS_CREATEFOLDER_CAPTION 129
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment