Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish committed Oct 11, 2019
1 parent 59b039d commit af8e6d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ private void showMenu(MouseEvent e) {
}

private void initialize() {
System.setProperty("file.encoding", "UTF-8");
add(rootPanel);
setTitle("Novel-Grabber " + versionNumber);
ImageIcon favicon = new ImageIcon(getClass().getResource("/images/favicon.png"));
Expand Down

0 comments on commit af8e6d0

Please sign in to comment.