Retiring res: protocol usages, should be using resource: . r=valeski
git-svn-id: svn://10.0.0.236/trunk@60769 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dce3ddbf5b
commit
3007e532cb
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user