mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:55:39 +00:00
[IEFRAME] Simplify loading inetcpl when clicking on Properties.
svn path=/trunk/; revision=66807
This commit is contained in:
parent
31c9d59bc1
commit
4c7d4aa79e
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ static void ie_dialog_about(HWND hwnd)
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
static void ie_dialog_properties(HWND hwnd)
|
static void ie_dialog_properties(HWND hwnd)
|
||||||
{
|
{
|
||||||
ShellExecute(hwnd, TEXT("open"), TEXT("rundll32.exe"), TEXT("shell32.dll, Control_RunDLL inetcpl.cpl"), NULL, SW_SHOWNORMAL);
|
ShellExecuteW(hwnd, NULL, L"inetcpl.cpl", NULL, NULL, 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue