diff --git a/chrome/content/zotero-better-bibtex/preferences.coffee b/chrome/content/zotero-better-bibtex/preferences.coffee index 3f6a420e49..6b56c3292b 100644 --- a/chrome/content/zotero-better-bibtex/preferences.coffee +++ b/chrome/content/zotero-better-bibtex/preferences.coffee @@ -136,6 +136,7 @@ Zotero.BetterBibTeX.pref.autoexport = Zotero.BetterBibTeX.pref.display('id-better-bibtex-preferences-auto-export-collection', "#{Zotero.Collections.get(ae.collection)?.name || ae.collection}") Zotero.BetterBibTeX.pref.display('id-better-bibtex-preferences-auto-export-target', ae.path) Zotero.BetterBibTeX.pref.display('id-better-bibtex-preferences-auto-export-translator', Zotero.BetterBibTeX.translatorName(ae.translatorID)) + Zotero.BetterBibTeX.pref.display('id-better-bibtex-preferences-auto-export-charset', Zotero.BetterBibTeX.translatorName(ae.exportCharset)) document.getElementById('id-better-bibtex-preferences-auto-export-auto-abbrev').checked = (ae.useJournalAbbreviation == 'true') document.getElementById('id-better-bibtex-preferences-auto-export-notes').checked = (ae.exportNotes == 'true') document.getElementById('id-better-bibtex-preferences-auto-export-preserve-bibvars').checked = (ae.preserveBibTeXVariables == 'true') diff --git a/chrome/content/zotero-better-bibtex/preferences.xul b/chrome/content/zotero-better-bibtex/preferences.xul index edae0be56a..00c7afcb8e 100644 --- a/chrome/content/zotero-better-bibtex/preferences.xul +++ b/chrome/content/zotero-better-bibtex/preferences.xul @@ -194,6 +194,10 @@