mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[IEFRAME] Simplify loading inetcpl when clicking on Properties.
svn path=/trunk/; revision=66807
This commit is contained in:
@@ -385,7 +385,7 @@ static void ie_dialog_about(HWND hwnd)
|
||||
#ifdef __REACTOS__
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user