updated lc-1 support (alpha quality)

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@702 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-06-14 11:22:39 +00:00
parent f74fe25c7d
commit d281b93d65
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class Settings implements Serializable {
private String loggerProfileFilePath = "profile.xml";
private String loggerOutputDirPath = System.getProperty("user.home");
private String fileLoggingControllerSwitchId = "S20"; // defogger switch by default
private boolean fileLoggingControllerSwitchActive = false;
private boolean fileLoggingControllerSwitchActive = true;
private boolean fileLoggingAbsoluteTimestamp = false;
private Dimension loggerWindowSize = new Dimension(1000, 600);