Bug 869836 - Part 11: Use Append('c') instead of AppendLiteral("c"). r=ehsan

This commit is contained in:
Birunthan Mohanathas
2014-05-26 21:54:58 +03:00
parent 385cfc1f37
commit 9ca3e6a37d
16 changed files with 24 additions and 24 deletions

View File

@@ -990,7 +990,7 @@ nsWindowsShellService::OpenApplication(int32_t aApplication)
::RegCloseKey(theKey);
// Find the "open" command
application.AppendLiteral("\\");
application.Append('\\');
application.Append(buf);
application.AppendLiteral("\\shell\\open\\command");