1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Change pdfviewer->pdf.js for chrome://;new line

This commit is contained in:
Yury Delendik 2012-05-11 17:35:43 -05:00
parent 7d648cfa13
commit d9f995f9ca
3 changed files with 4 additions and 3 deletions

View file

@ -98,7 +98,7 @@ target.locale = function() {
}
mkdir('-p', EXTENSION_LOCALE_OUTPUT + '/' + locale);
chromeManifestContent += 'locale pdfviewer ' + locale + ' locale/' + locale + '/\n';
chromeManifestContent += 'locale pdf.js ' + locale + ' locale/' + locale + '/\n';
if (test('-f', path + '/viewer.properties')) {
var properties = cat(path + '/viewer.properties');