Skip to content

Commit

Permalink
Reenable localization in JournalAbbreviationDialog (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Sep 7, 2016
1 parent ec84239 commit 37a3486
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public class ManageJournalAbbreviationsView extends FXMLView {
@FXML
private Button cancelButton;
@FXML
private Button saveButton;
@FXML
private ComboBox<AbbreviationsFileViewModel> journalFilesBox;
@FXML
private Button addJournalFileButton;
Expand All @@ -89,8 +87,7 @@ public class ManageJournalAbbreviationsView extends FXMLView {

public ManageJournalAbbreviationsView() {
super();
// TODO: Uncomment this line; for some reason the LocalizationTests fail then. Fix this.
//bundle = Localization.getMessages();
bundle = Localization.getMessages();
}

@FXML
Expand Down

0 comments on commit 37a3486

Please sign in to comment.