From af8e6d0424ee99e102ace4a044375bd87ea94872 Mon Sep 17 00:00:00 2001 From: Flameish Date: Fri, 11 Oct 2019 22:51:56 +0200 Subject: [PATCH] 2.1.4 --- src/gui/GUI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/GUI.java b/src/gui/GUI.java index da5c40a..d728075 100644 --- a/src/gui/GUI.java +++ b/src/gui/GUI.java @@ -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"));