Fix Bug not being able to set attachmentBasePath.

This commit is contained in:
Lennart Fricke 2013-04-02 19:47:19 +02:00
parent c657a3056d
commit 274bbbd7bc

View file

@ -410,7 +410,7 @@ Zotero_Preferences.Attachment_Base_Directory = {
var chooseStrPrefix = 'attachmentBasePath.chooseNewPath.'; var chooseStrPrefix = 'attachmentBasePath.chooseNewPath.';
var clearStrPrefix = 'attachmentBasePath.clearBasePath.'; var clearStrPrefix = 'attachmentBasePath.clearBasePath.';
var title = Zotero.getString(chooseStrPrefix + 'title'); var title = Zotero.getString(chooseStrPrefix + 'title');
var msg1 = Zotero.getString(chooseStrPrefix + 'message') + "\n\n", msg2 = msg3 = ""; var msg1 = Zotero.getString(chooseStrPrefix + 'message') + "\n\n", msg2 = "", msg3 = "";
switch (numNewAttachments) { switch (numNewAttachments) {
case 0: case 0:
break; break;