|
--- a/dlls/shell32/shellpath.c
|
|
+++ b/dlls/shell32/shellpath.c
|
|
@@ -4252,7 +4252,7 @@
|
|
UINT aidsMyStuff[] = { IDS_MYPICTURES, IDS_MYVIDEOS, IDS_MYMUSIC }, i;
|
|
const WCHAR* MyOSXStuffW[] = { PicturesW, MoviesW, MusicW };
|
|
int acsidlMyStuff[] = { CSIDL_MYPICTURES, CSIDL_MYVIDEO, CSIDL_MYMUSIC };
|
|
- static const char * const xdg_dirs[] = { "PICTURES", "VIDEOS", "MUSIC", "DOCUMENTS", "DESKTOP" };
|
|
+ static const char * const xdg_dirs[] = { "PICTURES", "VIDEOS", "MUSIC", "WINEDOCUMENTS", "DESKTOP" };
|
|
static const unsigned int num = sizeof(xdg_dirs) / sizeof(xdg_dirs[0]);
|
|
WCHAR wszTempPath[MAX_PATH];
|
|
char szPersonalTarget[FILENAME_MAX], *pszPersonal;
|
|
|