[SHELL32] Fix Desktop Properties menu item action (#1833)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Thu, 15 Aug 2019 14:10:06 +0000 (23:10 +0900)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 14:10:06 +0000 (23:10 +0900)
commit944aba1fcce206af0e1d35187a0df12571dc318b
treeb6e2e257e59200d80832b6f4d66ad364f5b74acb
parent18a9993d69b142cfd8da51862a19e3dca4763187
[SHELL32] Fix Desktop Properties menu item action (#1833)

1. Right Click the Desktop.
2. Choose "Properties" menu item.
3. "Properties for Display" dialog must be shown.

The parameters of ShellExecuteW were wrong. The execution parameters must be separated from the file parameter.
CORE-16299
dll/win32/shell32/folders/CDesktopFolder.cpp