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:
mcafee%netscape.com 2000-02-15 01:23:05 +00:00
parent dce3ddbf5b
commit 3007e532cb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;
}