Skip to content

Commit

Permalink
Fixes #3705 Match and save file description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Feb 7, 2018
1 parent f8bc7e9 commit 8963d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/exporter/ExportAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void export(Path file, FileChooser.ExtensionFilter selectedExtensionFilt

// Make sure we remember which filter was used, to set
// the default for next time:
Globals.prefs.put(JabRefPreferences.LAST_USED_EXPORT, format.getId());
Globals.prefs.put(JabRefPreferences.LAST_USED_EXPORT, format.getDescription());
Globals.prefs.put(JabRefPreferences.EXPORT_WORKING_DIRECTORY, file.getParent().getFileName().toString());

final List<BibEntry> finEntries = entries;
Expand Down

0 comments on commit 8963d40

Please sign in to comment.