Retiring res: protocol usages, should be using resource: . r=valeski
This commit is contained in:
Родитель
03082389f5
Коммит
2583654128
|
@ -1,3 +1,3 @@
|
|||
http://www.mozilla.org
|
||||
res:///res/samples/test2.html
|
||||
res:///res/samples/test8.html
|
||||
resource:///res/samples/test2.html
|
||||
resource:///res/samples/test8.html
|
||||
|
|
|
@ -236,7 +236,7 @@ main(int argc, char* argv[])
|
|||
NS_ASSERTION(NS_SUCCEEDED(rv), "AutoregisterComponents failed");
|
||||
|
||||
if (argc < 2) {
|
||||
printf("usage: %s res://foo/<path-to-resolve>\n", argv[0]);
|
||||
printf("usage: %s resource://foo/<path-to-resolve>\n", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче