commit a7c7b8d488f9e5410002bac09bfe8d14f1c78134
parent 48680fbfd87a472322ec97f7e96cdcaf546a0e17
Author: Simon Kornblith <simon@simonster.com>
Date: Sat, 25 Sep 2010 16:04:18 +0000
fix path on Windows
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 {