From 469a4143e041f4cc963358d2976eb8bafe7f0ba8 Mon Sep 17 00:00:00 2001 From: Snakybo Date: Mon, 21 Sep 2020 22:12:11 +0200 Subject: [PATCH] Improve titles on data dump --- Debug/StatusOutput.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Debug/StatusOutput.lua b/Debug/StatusOutput.lua index 18c5e9b2..e0d890b9 100644 --- a/Debug/StatusOutput.lua +++ b/Debug/StatusOutput.lua @@ -127,10 +127,11 @@ local function OpenStatusOutput() end frame = AceGUI:Create("Frame") - frame:SetTitle("Clicked Binding Processor Output") + frame:SetTitle("Clicked Data Dump") frame:SetLayout("Fill") editbox = AceGUI:Create("MultiLineEditBox") + editbox:SetLabel("") editbox:DisableButton(true) frame:AddChild(editbox)