Commit 32d52401 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Invoke shortcuts through IContextMenu, rather than trying to access

them directly.
parent a1b1f997
......@@ -761,7 +761,7 @@ static void test_lnks(void)
{
okChildInt("argcA", 5);
}
else todo_wine
else
{
okChildInt("argcA", 5);
}
......@@ -778,7 +778,7 @@ static void test_lnks(void)
{
okChildPath("argvA4", params);
}
else todo_wine
else
{
okChildPath("argvA4", params);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment