Commit 65f686c8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

start: Fix the name of the open verb for the /ProgIDOpen option.

parent 1f01355d
......@@ -207,7 +207,7 @@ int wmain (int argc, WCHAR *argv[])
static const WCHAR unixW[] = { '/', 'u', 'n', 'i', 'x', 0 };
static const WCHAR progIDOpenW[] =
{ '/', 'p', 'r', 'o', 'g', 'I', 'D', 'O', 'p', 'e', 'n', 0};
static const WCHAR openW[] = { '/', 'o', 'p', 'e', 'n', 0 };
static const WCHAR openW[] = { 'o', 'p', 'e', 'n', 0 };
static const WCHAR cmdW[] = { 'c', 'm', 'd', '.', 'e', 'x', 'e', 0 };
memset(&sei, 0, sizeof(sei));
......
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