diff options
Diffstat (limited to 'chrome/browser/shell_integration.cc')
-rw-r--r-- | chrome/browser/shell_integration.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc index 0812ce1..a1afecc 100644 --- a/chrome/browser/shell_integration.cc +++ b/chrome/browser/shell_integration.cc @@ -55,7 +55,7 @@ bool VerifyApplicationKey() { std::wstring app_path; if (!PathService::Get(base::FILE_EXE, &app_path)) return false; - app_path.append(L" \"%1\""); + app_path.append(L" -- \"%1\""); return key.WriteValue(NULL, app_path.c_str()); } |