From a0c6e29173dcd0bf6cc88cf55cbfd701ec800f6a Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 19 Jan 2009 17:39:01 +0000 Subject: [PATCH] Fix a typo with the dump box --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index d3616b8..ee14154 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4312,7 +4312,7 @@ function addon:DisplayTextDump(textdump) } local frame = CreateFrame("Frame", "ARLCopyFrame", UIParent) - tinsert(UISpecialFrames, "ChatterCopyFrame") + tinsert(UISpecialFrames, "ARLCopyFrame") frame:SetBackdrop(PaneBackdrop) frame:SetBackdropColor(0,0,0,1) frame:SetWidth(500) -- 1.7.9.5