mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Change pdfviewer->pdf.js for chrome://;new line
This commit is contained in:
parent
7d648cfa13
commit
d9f995f9ca
3 changed files with 4 additions and 3 deletions
|
@ -62,7 +62,7 @@ function getDOMWindow(aChannel) {
|
|||
function getLocalizedStrings(path) {
|
||||
var stringBundle = Cc['@mozilla.org/intl/stringbundle;1'].
|
||||
getService(Ci.nsIStringBundleService).
|
||||
createBundle('chrome://pdfviewer/locale/' + path);
|
||||
createBundle('chrome://pdf.js/locale/' + path);
|
||||
|
||||
var map = {};
|
||||
var enumerator = stringBundle.getSimpleEnumeration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue