minor fixes

This commit is contained in:
Dmitry Isaenko 2019-02-11 15:09:23 +03:00
parent d12c062509
commit d4e272d1bf
4 changed files with 5 additions and 7 deletions

View file

@ -60,7 +60,7 @@ public class NSLMainController implements Initializable {
private void selectFilesBtnAction(){
List<File> filesList;
FileChooser fileChooser = new FileChooser();
fileChooser.setTitle(resourceBundle.getString("FilesChooserFileChooser"));
fileChooser.setTitle(resourceBundle.getString("btnFileOpen"));
fileChooser.setInitialDirectory(new File(System.getProperty("user.home"))); // TODO: read from prefs
fileChooser.getExtensionFilters().add(new FileChooser.ExtensionFilter("NS ROM", "*.nsp"));