Retiring res: protocol usages, should be using resource: . r=valeski

This commit is contained in:
mcafee%netscape.com 2000-02-15 01:23:05 +00:00
Родитель 03082389f5
Коммит 2583654128
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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