Commit ea990a3f authored by Mariusz Pluciński's avatar Mariusz Pluciński Committed by Alexandre Julliard

shell32: Fix FOLDERID_Document definition.

parent dfa35a52
......@@ -872,7 +872,7 @@ static const CSIDL_DATA CSIDL_Data[] =
NULL
},
{ /* 0x05 - CSIDL_PERSONAL */
&GUID_NULL,
&FOLDERID_Documents,
CSIDL_Type_User,
PersonalW,
MAKEINTRESOURCEW(IDS_PERSONAL)
......@@ -1256,7 +1256,7 @@ static const CSIDL_DATA CSIDL_Data[] =
NULL
},
{ /* 0x45 */
&FOLDERID_Documents,
&GUID_NULL,
CSIDL_Type_User,
NULL,
MAKEINTRESOURCEW(IDS_DOCUMENTS)
......
......@@ -920,7 +920,7 @@ static const struct knownFolderDef known_folders[] = {
KNOWN_FOLDER(FOLDERID_Cookies, CSIDL_COOKIES, "Cookies"),
KNOWN_FOLDER(FOLDERID_Desktop, CSIDL_DESKTOP, "Desktop"),
KNOWN_FOLDER(FOLDERID_DeviceMetadataStore, NO_CSIDL, "DeviceMetadataStore"),
KNOWN_FOLDER(FOLDERID_Documents, CSIDL_MYDOCUMENTS | CSIDL_TODO_WINE, "Personal"),
KNOWN_FOLDER(FOLDERID_Documents, CSIDL_MYDOCUMENTS, "Personal"),
KNOWN_FOLDER(FOLDERID_DocumentsLibrary, NO_CSIDL, "DocumentsLibrary"),
KNOWN_FOLDER(FOLDERID_Downloads, NO_CSIDL, "Downloads"),
KNOWN_FOLDER(FOLDERID_Favorites, CSIDL_FAVORITES, "Favorites"),
......
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