Display currently selected options (not yet working)
Scott King [10-13-15 - 00:41]
Display currently selected options (not yet working)
diff --git a/PortraitHealthConfig.lua b/PortraitHealthConfig.lua
index 9077f23..79de7a1 100644
--- a/PortraitHealthConfig.lua
+++ b/PortraitHealthConfig.lua
@@ -1,4 +1,4 @@
-function PH_ConfigFrame_OnLoad(panel) --arbitrary change for commit
+function PH_ConfigFrame_OnLoad(panel)
-- Set the name for the Category for the Panel
--
panel.name = "Portrait Health";
diff --git a/PortraitHealthConfig.xml b/PortraitHealthConfig.xml
index 486a81a..acae76a 100644
--- a/PortraitHealthConfig.xml
+++ b/PortraitHealthConfig.xml
@@ -14,6 +14,7 @@
<Scripts>
<OnLoad>
_G[self:GetName().."Text"]:SetText("Play sound when execute phase is reached.");
+
</OnLoad>
</Scripts>
</CheckButton>
@@ -26,6 +27,7 @@
<Scripts>
<OnLoad>
_G[self:GetName().."Text"]:SetText("Display the target health.");
+
</OnLoad>
</Scripts>
</CheckButton>