From a7c7b8d488f9e5410002bac09bfe8d14f1c78134 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 25 Sep 2010 16:04:18 +0000 Subject: [PATCH] fix path on Windows --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index d7156406a..702e181a8 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -636,6 +636,7 @@ var Zotero = new function(){ if(Zotero.isWin) { prefDir = prefDir.parent; prefDir.append("Zotero"); + prefDir.append("Zotero"); } else if(Zotero.isMac) { prefDir.append("Zotero"); } else {