mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
Aric Stewart <aric@codeweavers.com>
- The values are quoted and spaces added, so having spaces in the properties results in spaces in the values which is incorrect. svn path=/trunk/; revision=14107
This commit is contained in:
parent
67b97bc9ef
commit
cea2f0f1d2
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ static const char UsageStr[] =
|
|||
"Copyright 2004 Vincent Béron\n";
|
||||
|
||||
static const WCHAR ActionAdmin[] = {
|
||||
'A','C','T','I','O','N','=','A','D','M','I','N',' ',0 };
|
||||
'A','C','T','I','O','N','=','A','D','M','I','N',0 };
|
||||
static const WCHAR RemoveAll[] = {
|
||||
'R','E','M','O','V','E','=','A','L','L',' ',0 };
|
||||
'R','E','M','O','V','E','=','A','L','L',0 };
|
||||
|
||||
static const WCHAR InstallRunOnce[] = {
|
||||
'S','o','f','t','w','a','r','e','\\',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue