Author: hbelusca
Date: Sat Feb 13 00:32:34 2016
New Revision: 70724
URL:
http://svn.reactos.org/svn/reactos?rev=70724&view=rev
Log:
[DESK.CPL]: Use "WallPaperDir" for the value name of the wallpaper directory
(compatible MSWin and what we do have already in the registry).
Modified:
trunk/reactos/dll/cpl/desk/background.c
Modified: trunk/reactos/dll/cpl/desk/background.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/background.c?…
==============================================================================
--- trunk/reactos/dll/cpl/desk/background.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/desk/background.c [iso-8859-1] Sat Feb 13 00:32:34 2016
@@ -432,7 +432,7 @@
}
/* Add all the images in the wallpaper directory. */
- if (SHRegGetPath(HKEY_LOCAL_MACHINE,
TEXT("SOFTWARE\\Microsoft\\Windows\\CurrentVersion"),
TEXT("WallpaperDir"), szSearchPath, 0) == ERROR_SUCCESS)
+ if (SHRegGetPath(HKEY_LOCAL_MACHINE,
TEXT("SOFTWARE\\Microsoft\\Windows\\CurrentVersion"),
TEXT("WallPaperDir"), szSearchPath, 0) == ERROR_SUCCESS)
{
i = AddWallpapersFromDirectory(i, hwndBackgroundList, backgroundItem, pData,
wallpaperFilename, szSearchPath);
}