fix for bug #381594: not warning user about loading js / data urlsr=dietrich

This commit is contained in:
sspitzer@mozilla.org 2007-05-22 13:19:45 -07:00
parent 229e4d0924
commit ba35cb79f1

View File

@ -1113,7 +1113,7 @@ var PlacesUtils = {
getService(Ci.nsIPromptService);
var errorStr = this.getString("load-js-data-url-error");
promptService.alert(window, brandStr, errorStr);
promptService.alert(window, brandShortName, errorStr);
return false;
}
}