diff --git a/bin/application/MainWindowController.class b/bin/application/MainWindowController.class index 79884c6..e36983d 100644 Binary files a/bin/application/MainWindowController.class and b/bin/application/MainWindowController.class differ diff --git a/src/application/MainWindowController.java b/src/application/MainWindowController.java index 49b1182..0e6e66c 100644 --- a/src/application/MainWindowController.java +++ b/src/application/MainWindowController.java @@ -1089,11 +1089,11 @@ public class MainWindowController { title = gameTitleTF.getText(); titleID = titleIDTF.getText(); - LOGGER.info("Add new Game \"" + title + "\", title-ID: " + titleID); + LOGGER.info("New game data \"" + title + "\", title-ID: " + titleID + "(not a bug!)"); } /** - * if one parameter is dosen't contain any value do not add the game + * if one parameter dosen't contain any value do not add the game * else convert the cover to .png add copy it into the picture cache, * then add the rom to the local_roms database */