diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 32eaa2a943..82f731b521 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1223,6 +1223,7 @@ Components.utils.import("resource://gre/modules/osfile.jsm"); * Launch a file, the best way we can */ this.launchFile = function (file) { + file = Zotero.File.pathToFile(file); try { file.launch(); }