зеркало из https://github.com/mozilla/pjs.git
dogfood bug 50689 (no chrome registration on Mac)
This commit is contained in:
Родитель
d912e6b7b2
Коммит
87756b3cd7
|
@ -99,7 +99,7 @@ hack_nsIFile2URL(nsIFile* file, char * *aURL)
|
|||
// Escape the path with the directory mask
|
||||
nsCAutoString tmp(ePath);
|
||||
tmp.ReplaceChar(":", '|');
|
||||
nsCAutoString escPath("file://");
|
||||
nsCAutoString escPath("file:///");
|
||||
escPath += tmp;
|
||||
// rv = nsURLEscape(ePath,nsIIOService::url_Directory + nsIIOService::url_Forced, escPath);
|
||||
// if (NS_SUCCEEDED(rv)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче