Fix error importing from file (regression from 32bebeb1cd
)
This commit is contained in:
parent
383eac4657
commit
bb38c974bf
|
@ -339,7 +339,7 @@ var Zotero_File_Interface = new function() {
|
||||||
progressWin.changeHeadline(Zotero.getString('fileInterface.importing'));
|
progressWin.changeHeadline(Zotero.getString('fileInterface.importing'));
|
||||||
var icon = 'chrome://zotero/skin/treesource-unfiled' + (Zotero.hiDPI ? "@2x" : "") + '.png';
|
var icon = 'chrome://zotero/skin/treesource-unfiled' + (Zotero.hiDPI ? "@2x" : "") + '.png';
|
||||||
let progress = new progressWin.ItemProgress(
|
let progress = new progressWin.ItemProgress(
|
||||||
icon, translation.path ? OS.Path.basename(translation.label) : translators[0].label
|
icon, translation.path ? OS.Path.basename(translation.path) : translators[0].label
|
||||||
);
|
);
|
||||||
progressWin.show();
|
progressWin.show();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user