mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Moved the configuration key to HKCU\Software\Wine\WineMenuBuilder.
This commit is contained in:
parent
c7dcf642ea
commit
690115aab9
@ -445,8 +445,8 @@ static char *extract_icon( LPCWSTR path, int index)
|
||||
/* Where should we save the icon? */
|
||||
WINE_TRACE("path=[%s] index=%d\n", wine_dbgstr_w(path), index);
|
||||
iconsdir=NULL; /* Default is no icon */
|
||||
/* @@ Wine registry key: HKLM\Software\Wine\Wine\Config\Wine */
|
||||
if (!RegOpenKeyA( HKEY_LOCAL_MACHINE, "Software\\Wine\\Wine\\Config\\Wine", &hkey ))
|
||||
/* @@ Wine registry key: HKCU\Software\Wine\WineMenuBuilder */
|
||||
if (!RegOpenKeyA( HKEY_CURRENT_USER, "Software\\Wine\\WineMenuBuilder", &hkey ))
|
||||
{
|
||||
static const WCHAR IconsDirW[] = {'I','c','o','n','s','D','i','r',0};
|
||||
LPWSTR iconsdirW;
|
||||
|
Loading…
Reference in New Issue
Block a user