updated logger settings

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@449 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-01-19 05:25:31 +00:00
parent 52da440fb8
commit d28f6dddf2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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 = true;
private boolean fileLoggingControllerSwitchActive = false;
private Dimension loggerWindowSize = new Dimension(1000, 600);
private Point loggerWindowLocation = new Point();