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

This commit is contained in:
Francois Gouget 2012-06-29 23:31:27 +02:00 committed by Alexandre Julliard
parent 1f01355dba
commit 65f686c8cd
1 changed files with 1 additions and 1 deletions

View File

@ -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));