From 734759ffb3be7de5a18218a2ffb0e31d1dff88e8 Mon Sep 17 00:00:00 2001 From: "T. van der Zwan" Date: Fri, 13 Dec 2013 19:57:25 +0100 Subject: [PATCH] Fixed bootsequence name (changed capital 'B' to 'b') Former-commit-id: 9aaebb520371591c20cd178b843ace75f7c7e1f8 --- deploy/HyperCon.jar.REMOVED.git-id | 2 +- .../ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/HyperCon.jar.REMOVED.git-id b/deploy/HyperCon.jar.REMOVED.git-id index ce03336a..db70e979 100644 --- a/deploy/HyperCon.jar.REMOVED.git-id +++ b/deploy/HyperCon.jar.REMOVED.git-id @@ -1 +1 @@ -6a841c91e85de05d2ed4dfed9955cb1c89a9bf03 \ No newline at end of file +a7a90d7ac31f76d56191446cd28fa7088e47199b \ No newline at end of file diff --git a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java index e576b470..b5236a0c 100644 --- a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java +++ b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java @@ -73,8 +73,10 @@ public class MiscConfig { strBuf.stopArray(true); strBuf.stopObject(); + strBuf.newLine(); + strBuf.toggleComment(!mBootSequenceEnabled); - strBuf.startObject("Bootsequence"); + strBuf.startObject("bootsequence"); strBuf.addValue("effect", mBootSequenceEffect, false); strBuf.addValue("duration_ms", mBootSequenceLength_ms, true); strBuf.stopObject();