Skip to content

Commit

Permalink
Improve titles on data dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Sep 21, 2020
1 parent 2c95a0e commit 469a414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Debug/StatusOutput.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 469a414

Please sign in to comment.