fiyed typos

This commit is contained in:
Jannik 2017-11-04 17:04:21 +01:00
parent 40dd2c48d3
commit 3f85fdf07b
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/