From 66d497afe95497cfef46bc0f943cf9893a53e45b Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 25 Mar 2008 15:35:54 +0000 Subject: [PATCH] closes #969, Export not working under FF3 --- chrome/content/zotero/fileInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index ca6007c45..289cf21e4 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -547,7 +547,7 @@ Zotero_File_Interface.Progress = new function() { _outOf = 0; _callback = callback; - _progressWindow = window.openDialog("chrome://zotero/chrome/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen"); + _progressWindow = window.openDialog("chrome://zotero/content/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen"); _progressWindow.addEventListener("pageshow", _onWindowLoaded, false); return true;