Relocate the preset files from datafiles/ to datafiles/presets/.

This commit is contained in:
Kevin Ruland 2012-04-13 19:38:23 +00:00
parent 07218ba729
commit 08d1fccf66
3 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class Startup {
// Must be done after localization is initialized
ComponentPresetDatabase componentPresetDao = new ComponentPresetDatabase();
componentPresetDao.load("datafiles", ".*csv");
componentPresetDao.load("datafiles/presets", ".*csv");
Application.setComponentPresetDao( componentPresetDao );
// Continue startup in Startup2 class (where Application is already set up)