Rename JS_GetStrBundle() to srGetStrBundle().

This commit is contained in:
tao%netscape.com 1999-07-31 16:25:34 +00:00
Родитель 2135b4a4af
Коммит 23bf95375f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -109,7 +109,7 @@ function help() {
}
function strresTest() {
var Bundle = JS_GetStrBundle("resource:/res/strres.properties", null);
var Bundle = srGetStrBundle("resource:/res/strres.properties", null);
var ostr1 = Bundle.GetStringFromName("file");
dump("\n--** JS strBundle GetStringFromName file=" + ostr1 +
"len=" + ostr1.length + "**--\n");

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

@ -1,5 +1,5 @@
var strBundleService = null;
function JS_GetStrBundle(path, locale)
function srGetStrBundle(path, locale)
{
var strBundle = null;