From 274bbbd7bc734678b72d4f46ba90bdaf0987e529 Mon Sep 17 00:00:00 2001 From: Lennart Fricke Date: Tue, 2 Apr 2013 19:47:19 +0200 Subject: [PATCH] Fix Bug not being able to set attachmentBasePath. --- chrome/content/zotero/preferences/preferences_advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js index 4535c51d5b..c185a358ef 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.js +++ b/chrome/content/zotero/preferences/preferences_advanced.js @@ -410,7 +410,7 @@ Zotero_Preferences.Attachment_Base_Directory = { var chooseStrPrefix = 'attachmentBasePath.chooseNewPath.'; var clearStrPrefix = 'attachmentBasePath.clearBasePath.'; 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) { case 0: break;