mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
fix for bug #381594: not warning user about loading js / data urlsr=dietrich
This commit is contained in:
parent
229e4d0924
commit
ba35cb79f1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user