mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[APPWIZ] Use new Appwiz-mode to start RAPPS with "Installed" section open
CORE-18981
This commit is contained in:
parent
acbb73a89d
commit
b29e82d0e0
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ CPlApplet(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2)
|
|||
ShellExecuteW(NULL,
|
||||
NULL,
|
||||
L"rapps.exe",
|
||||
L"/appwiz",
|
||||
NULL,
|
||||
NULL,
|
||||
1);
|
||||
SW_SHOWNORMAL);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue