Bug 773105 - r=rstrong

This commit is contained in:
Brian R. Bondy
2012-07-11 21:48:20 -04:00
parent 4adcf3fd9d
commit 7fc2166903

View File

@@ -228,7 +228,11 @@ GetHelperPath(nsAutoString& aPath)
rv = appHelper->AppendNative(NS_LITERAL_CSTRING("helper.exe"));
NS_ENSURE_SUCCESS(rv, rv);
return appHelper->GetPath(aPath);
rv = appHelper->GetPath(aPath);
aPath.Insert(L'"', 0);
aPath.Append(L'"');
return rv;
}
nsresult